freebsd-skq/share/mk
bde ae349861e5 Only remove ${CLEANFILES} in the default clean rule. In particular,
don't remove a.out explicitly.  a.out should only be generated for
libraries and is removed in the non-default rule in bsd.lib.mk.

Removed undocumented cleanfiles target.  It was the same as the
default clean target except it didn't descend into subdirs.  It was
different from special clean targets in other ways.  This feature
hasn't been missed for more important targets.

Removed unused default cleandepend target.  bsd.dep.mk has a better
version which is always used.

Use a better rule for checkdpadd in the BINFORMAT=aout case.  This
mainly checks that ld -f is working correctly.  The old rule is
still available via `make BINFORMAT=foo checkdpadd' and should be
used to check for regressions under 2.2 where ld -f is not available.
1997-12-19 18:48:45 +00:00
..
bsd.dep.mk Optimize rm(1) usage. 1997-12-14 15:38:47 +00:00
bsd.doc.mk Remove the comments hat just list the nested includes. 1997-11-09 15:03:15 +00:00
bsd.info.mk Removed gross dir file bootstrap rule again. It would break building 1997-12-16 18:29:48 +00:00
bsd.kern.mk Oops, comment lines can't be indented either. 1997-10-21 10:39:27 +00:00
bsd.kmod.mk Remove the comments hat just list the nested includes. 1997-11-09 15:03:15 +00:00
bsd.lib.mk Oops, rm -f can't handle empty lists. 1997-12-17 15:18:53 +00:00
bsd.libnames.mk Add libcalendar 1997-12-15 20:30:38 +00:00
bsd.man.mk Remove the comments hat just list the nested includes. 1997-11-09 15:03:15 +00:00
bsd.obj.mk Only remove ${CLEANFILES} in the default clean rule. In particular, 1997-12-19 18:48:45 +00:00
bsd.own.mk Add new variables COMPRESS_CMD and COMPRESS_EXT. 1997-03-08 23:46:56 +00:00
bsd.port.mk Define MASTER_SITE_SUBDIR and PATCH_SITE_SUBDIR to default to "." so 1997-11-20 05:33:56 +00:00
bsd.port.subdir.mk Add new target "checksubdirs". It will warn about any subdirectories that 1997-11-20 05:31:44 +00:00
bsd.prog.mk Oops, the previous patch was botched. 1997-12-18 12:56:52 +00:00
bsd.README Add reference to `PMake - A Tutorial' 1997-03-09 15:51:07 +00:00
bsd.sgml.mk Remove the comments hat just list the nested includes. 1997-11-09 15:03:15 +00:00
bsd.subdir.mk target(__target) -> target(${__target}) 1997-11-15 13:09:52 +00:00
Makefile Revert $FreeBSD$ to $Id$ 1997-02-22 14:13:04 +00:00
sys.mk Restore the BINFORMAT?= in sys.mk, or it's painfully difficult to use 1997-09-05 11:45:15 +00:00