summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2014-09-14 23:25:10 +0000
committergjb <gjb@FreeBSD.org>2014-09-14 23:25:10 +0000
commit891e8b94bd20402a70d241e548b21d5529eeeef7 (patch)
tree0f7fae8fae0d4a0233eec9db4ec28331b83390bd /etc
parentccf4edfa9816ae0293575aa9fe52f9f1a09c5db0 (diff)
downloadFreeBSD-src-891e8b94bd20402a70d241e548b21d5529eeeef7.zip
FreeBSD-src-891e8b94bd20402a70d241e548b21d5529eeeef7.tar.gz
Define NO_TESTS instead of WITHOUT_TESTS for the etc/
'distribute' target to fix the WITH_TESTS=1 build. This is a direct commit to stable/10. Submitted by: ngie Approved by: re (rodrigc) Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 976981a..b1013e6 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -177,7 +177,7 @@ afterinstall:
distribute:
# Avoid installing tests here; "make distribution" will do this and
# correctly place them in the right location.
- ${_+_}cd ${.CURDIR} ; ${MAKE} WITHOUT_TESTS=1 install \
+ ${_+_}cd ${.CURDIR} ; ${MAKE} -DNO_TESTS install \
DESTDIR=${DISTDIR}/${DISTRIBUTION}
${_+_}cd ${.CURDIR} ; ${MAKE} distribution DESTDIR=${DISTDIR}/${DISTRIBUTION}
OpenPOWER on IntegriCloud