2001-11-09 18:07:25 +03:00
|
|
|
# $NetBSD: Makefile,v 1.15 2001/11/09 15:07:25 thorpej Exp $
|
2001-08-14 15:01:55 +04:00
|
|
|
|
2001-09-22 08:15:19 +04:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2001-11-02 08:07:22 +03:00
|
|
|
.if !defined(NOSUBDIR)
|
2001-10-09 09:19:03 +04:00
|
|
|
SUBDIR= binstall .WAIT gencat mkdep mtree rpcgen tsort \
|
2001-09-22 03:00:35 +04:00
|
|
|
yacc .WAIT lex .WAIT \
|
2001-10-25 11:45:13 +04:00
|
|
|
asn1_compile compile_et config lint lint1 lint2 lorder \
|
2001-10-22 03:10:46 +04:00
|
|
|
toolchain .WAIT texinfo crunchgen msgc menuc mklocale \
|
2001-11-09 18:07:25 +03:00
|
|
|
mdsetimage dbsym
|
2001-11-02 08:07:22 +03:00
|
|
|
.endif
|
2001-08-14 15:01:55 +04:00
|
|
|
|
2001-10-04 20:33:05 +04:00
|
|
|
TARGETS+= build
|
2001-08-14 15:01:55 +04:00
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|
2001-10-31 04:20:09 +03:00
|
|
|
.include <bsd.obj.mk>
|
2001-10-31 20:46:08 +03:00
|
|
|
|
|
|
|
cleantools:
|
|
|
|
rm -r -f tools.${HOST_OSTYPE}
|