472dcba2fb
* Set stuff mostly in the environment, not on make(1)'s command line. This is needed for MACHINE and MACHINE_ARCH (noted by bjh21), and keeps the mk.conf-overriding-env behavior (suggested by several people). * Use MAKEFLAGS to make the wrapper script more readable. * When prepping objdir in tools for the default TOOLDIR value, just make that objdir; leave the recursive "make obj" for later.
20 lines
432 B
Makefile
20 lines
432 B
Makefile
# $NetBSD: Makefile,v 1.14 2001/11/02 05:07:23 tv 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
|
|
.endif
|
|
|
|
TARGETS+= build
|
|
|
|
.include <bsd.subdir.mk>
|
|
.include <bsd.obj.mk>
|
|
|
|
cleantools:
|
|
rm -r -f tools.${HOST_OSTYPE}
|