summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2014-04-25 19:25:18 +0000
committerimp <imp@FreeBSD.org>2014-04-25 19:25:18 +0000
commit26f9e00af9a8dddca12a73d3ff2cb100778f4489 (patch)
treed579155bc1b475c464703c9e9f97f51db2d63520
parent6f48f40ec746ab12169e10686f70da2e7407c710 (diff)
downloadFreeBSD-src-26f9e00af9a8dddca12a73d3ff2cb100778f4489.zip
FreeBSD-src-26f9e00af9a8dddca12a73d3ff2cb100778f4489.tar.gz
NO_DEBUG_FILES -> MK_DEBUG_FILES=no in last remaining place.
-rw-r--r--share/mk/bsd.crunchgen.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/mk/bsd.crunchgen.mk b/share/mk/bsd.crunchgen.mk
index d8f07b1..cc7f021 100644
--- a/share/mk/bsd.crunchgen.mk
+++ b/share/mk/bsd.crunchgen.mk
@@ -48,7 +48,7 @@ CRUNCH_GENERATE_LINKS?= yes
CLEANFILES+= $(CONF) *.o *.lo *.c *.mk *.cache *.a *.h
# Don't try to extract debug info from ${PROG}.
-NO_DEBUG_FILES=
+MK_DEBUG_FILES=no
# Program names and their aliases contribute hardlinks to 'rescue' executable,
# except for those that get suppressed.
OpenPOWER on IntegriCloud