NetBSD/tools/Makefile

16 lines
342 B
Makefile

# $NetBSD: Makefile,v 1.3 2001/09/22 04:15:19 tv Exp $
.include <bsd.own.mk>
.ifdef USE_NEW_TOOLCHAIN
# XXX this should use real dependencies
SUBDIR= binstall .WAIT gencat mkdep rpcgen tsort \
yacc .WAIT lex .WAIT \
compile_et config lint lint1 lint2 lorder \
toolchain .WAIT texinfo
.endif
TARGETS= build
.include <bsd.subdir.mk>