blob: efcfbf483e0d9334ffe57ad603a559d57cd13200 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.2 2005/05/22 20:08:29 jlam Exp $
#
DISTNAME= regress-ignore-tools-0.0
CATEGORIES= regress
DISTFILES= #empty
MAINTAINER= gavan@NetBSD.org
COMMENT= Test circular dependency avoidance logic in tools.mk
USE_TOOLS+= lex
# Force dependencies
_TOOLS_OPSYS_INCOMPAT.lex+= *-*-*
_TOOLS_OPSYS_INCOMPAT.yacc+= *-*-*
.include "../../mk/bsd.pkg.mk"
|