![tv](/assets/img/avatar_default.png)
the nbmake that is probably currently running. Just leave the "cleantools" manual target as a shortcut for the user.
19 lines
442 B
Makefile
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}
|