2005-05-22 22:07:36 +02:00
|
|
|
# $NetBSD: Makefile,v 1.2 2005/05/22 20:08:29 jlam Exp $
|
2005-02-12 15:45:53 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= regress-ignore-tools-0.0
|
|
|
|
CATEGORIES= regress
|
|
|
|
DISTFILES= #empty
|
|
|
|
|
|
|
|
MAINTAINER= gavan@NetBSD.org
|
|
|
|
COMMENT= Test circular dependency avoidance logic in tools.mk
|
|
|
|
|
2005-05-22 22:07:36 +02:00
|
|
|
USE_TOOLS+= lex
|
2005-02-12 15:45:53 +01:00
|
|
|
|
|
|
|
# Force dependencies
|
|
|
|
_TOOLS_OPSYS_INCOMPAT.lex+= *-*-*
|
|
|
|
_TOOLS_OPSYS_INCOMPAT.yacc+= *-*-*
|
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|