summaryrefslogtreecommitdiff
path: root/regress/ignore-tools/Makefile
blob: 2ccf41a389e9167203bc11bcd3b2da73e82bc63b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $NetBSD: Makefile,v 1.1 2005/02/12 14:45:53 gavan 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_GNU_TOOLS+=	lex

# Force dependencies
_TOOLS_OPSYS_INCOMPAT.lex+=   *-*-*
_TOOLS_OPSYS_INCOMPAT.yacc+=   *-*-*

.include "../../mk/bsd.pkg.mk"