summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2014-08-21 19:32:54 +0000
committeremaste <emaste@FreeBSD.org>2014-08-21 19:32:54 +0000
commitc4304b5b4af4fba2337dabfc4d6f9cb8e651ff82 (patch)
tree6a9b47c2af07b699521154572d01df6be5a0b6ad
parent9f72d19a82b8c989cc934da7ce064e888eeb607c (diff)
downloadFreeBSD-src-c4304b5b4af4fba2337dabfc4d6f9cb8e651ff82.zip
FreeBSD-src-c4304b5b4af4fba2337dabfc4d6f9cb8e651ff82.tar.gz
MFC r264927 by imp:
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