summaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2005-02-28 09:23:38 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2005-02-28 09:23:38 +0000
commit30d7f067a47bdbf3741e5cd9819fe9459bc8876e (patch)
treee85907136b0a6d354443d425435c3253fbe1ac0d /Makefile.inc1
parent9b770d26348b9cff02139261aeaa8caadc248178 (diff)
downloadsrc-test-30d7f067a47bdbf3741e5cd9819fe9459bc8876e.tar.gz
src-test-30d7f067a47bdbf3741e5cd9819fe9459bc8876e.zip
Accept the old user interface for NO_CLEAN as it is a POLA violation as
we've eventually changed the user interface of a common command.
Notes
Notes: svn path=/head/; revision=142766
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc13
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 7a2cb18b358e3..527306977577e 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -77,6 +77,9 @@ SUBDIR+= ${_DIR}
SUBDIR= ${SUBDIR_OVERRIDE}
.endif
+.if defined(NOCLEAN)
+NO_CLEAN= ${NOCLEAN}
+.endif
.if defined(NO_CLEANDIR)
CLEANDIR= clean cleandepend
.else