NetBSD/tools/Makefile
tv 4748eedac5 Recurse properly; just add "build" to TARGETS (fixes reported problem where
"make clean" doesn't work at the src/tools level).
2001-10-04 16:33:05 +00:00

14 lines
311 B
Makefile

# $NetBSD: Makefile,v 1.5 2001/10/04 16:33:05 tv Exp $
.include <bsd.own.mk>
# 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
TARGETS+= build
.include <bsd.subdir.mk>