summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile
index e16b52d..0cb7b52 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -176,7 +176,7 @@ afterinstall:
distribute:
# Avoid installing tests here; "make distribution" will do this and
# correctly place them in the right location.
- ${_+_}cd ${.CURDIR} ; ${MAKE} MK_TESTS=no install \
+ ${_+_}cd ${.CURDIR} ; ${MAKE} WITHOUT_TESTS=1 install \
DESTDIR=${DISTDIR}/${DISTRIBUTION}
${_+_}cd ${.CURDIR} ; ${MAKE} distribution DESTDIR=${DISTDIR}/${DISTRIBUTION}
OpenPOWER on IntegriCloud