Makefile revision 1.4
1#	$NetBSD: Makefile,v 1.4 2001/09/22 12:29:22 tv Exp $
2
3.include <bsd.own.mk>
4
5.ifdef USE_NEW_TOOLCHAIN
6# XXX this should use real dependencies
7SUBDIR=		binstall .WAIT gencat mkdep rpcgen tsort \
8		yacc .WAIT lex .WAIT \
9		compile_et config lint lint1 lint2 lorder \
10		toolchain .WAIT texinfo
11.endif
12
13TARGETS=	build obj
14
15.include <bsd.subdir.mk>
16