pkgsrc/regress/ignore-tools/Makefile
jlam 585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00

17 lines
369 B
Makefile

# $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"