summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.README
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1996-06-17 15:59:52 +0000
committerphk <phk@FreeBSD.org>1996-06-17 15:59:52 +0000
commite96f6124d1c2074394badab4591410dfcf7e2726 (patch)
tree8854c04dcd51e6e43036d413627eedb66b656d32 /share/mk/bsd.README
parent0bf8c3c1dfff066f4f13acf55de550329be5b85f (diff)
downloadFreeBSD-src-e96f6124d1c2074394badab4591410dfcf7e2726.zip
FreeBSD-src-e96f6124d1c2074394badab4591410dfcf7e2726.tar.gz
Add support for ${CLEANDIRS} that will be rm -rf'ed during clean & cleandir.
Diffstat (limited to 'share/mk/bsd.README')
-rw-r--r--share/mk/bsd.README4
1 files changed, 3 insertions, 1 deletions
diff --git a/share/mk/bsd.README b/share/mk/bsd.README
index a64229a..cd8722d 100644
--- a/share/mk/bsd.README
+++ b/share/mk/bsd.README
@@ -167,7 +167,9 @@ BINOWN Binary owner.
BINMODE Binary mode.
-CLEANFILES Additional files to remove for the clean and cleandir targets.
+CLEANFILES Additional files to remove and
+CLEANDIRS additional directories to remove during clean and cleandir
+ targets. "rm -f" and "rm -rf" used respectively.
COPTS Additional flags to the compiler when creating C objects.
OpenPOWER on IntegriCloud