20 lines
443 B
Makefile
20 lines
443 B
Makefile
# $NetBSD: Makefile,v 1.15 2001/11/09 15:07:25 thorpej Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.if !defined(NOSUBDIR)
|
|
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 dbsym
|
|
.endif
|
|
|
|
TARGETS+= build
|
|
|
|
.include <bsd.subdir.mk>
|
|
.include <bsd.obj.mk>
|
|
|
|
cleantools:
|
|
rm -r -f tools.${HOST_OSTYPE}
|