NetBSD/share/mk
cgd 1d20ab5d2e if 'clean' is not already defined, rather than simply defining it with
a bunch of rules, define a clean{kmod,lib,prog} target with the rules,
and have both clean and cleandir depend on that.  That eliminates a bug
where 'cleandir' in a directory which included e.g. bsd.prog.mk but which
also had subdirs would 'make clean' all the subdirs and then 'make cleandir'
all ofthe subdirs.  It also allows Makefiles to add more dependencies
to 'clean' after inclusion of the make template.

If 'clean' is already defined, the behaviour is the same as it used to be.
1997-01-22 01:34:11 +00:00
..
Makefile Use ${INSTALL}. 1996-10-18 05:55:26 +00:00
bsd.README The arm32 architecture also needs to set NOPIC. 1997-01-13 00:54:23 +00:00
bsd.dep.mk - make sure the afterdepend rule fires `after' .depend gets created. 1995-09-27 01:15:09 +00:00
bsd.doc.mk add NODOC -- if set, prevents installation of doc files 1997-01-17 01:15:55 +00:00
bsd.kmod.mk if 'clean' is not already defined, rather than simply defining it with 1997-01-22 01:34:11 +00:00
bsd.lib.mk if 'clean' is not already defined, rather than simply defining it with 1997-01-22 01:34:11 +00:00
bsd.man.mk Use ${INSTALL} rather than "install". 1996-10-18 02:34:42 +00:00
bsd.nls.mk Use ${INSTALL} rather than "install". 1996-10-18 02:34:42 +00:00
bsd.obj.mk Get the current working directory from "/bin/pwd" rather than "pwd". 1996-04-10 21:08:05 +00:00
bsd.own.mk The arm32 architecture also needs to set NOPIC. 1997-01-13 00:54:23 +00:00
bsd.prog.mk if 'clean' is not already defined, rather than simply defining it with 1997-01-22 01:34:11 +00:00
bsd.subdir.mk Added new standard target "includes" (used to install header files) to 1996-04-04 02:05:03 +00:00
bsd.sys.mk If DESTDIR is defined, look for includes in ${DESTDIR}/usr/include, 1996-05-15 19:46:51 +00:00
sys.mk Define an INSTALL make variable, and default it to "install". Suggested 1996-10-18 02:33:38 +00:00