NetBSD/tools/Makefile
tv a75f4fb35e Don't actually delete the default tooldir on "cleandir"; else we'll nuke
the nbmake that is probably currently running.

Just leave the "cleantools" manual target as a shortcut for the user.
2001-10-31 19:38:02 +00:00

19 lines
442 B
Makefile

# $NetBSD: Makefile,v 1.13 2001/10/31 19:38:02 tv Exp $
.include <bsd.own.mk>
# XXX this should use real dependencies
SUBDIR= binstall .WAIT gencat mkdep mtree rpcgen tsort \
yacc .WAIT lex .WAIT \
asn1_compile compile_et config lint lint1 lint2 lorder \
toolchain .WAIT texinfo crunchgen msgc menuc mklocale \
mdsetimage
TARGETS+= build
.include <bsd.subdir.mk>
.include <bsd.obj.mk>
cleantools:
rm -r -f tools.${HOST_OSTYPE}