summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2011-11-30 18:11:49 +0000
committerfjoe <fjoe@FreeBSD.org>2011-11-30 18:11:49 +0000
commitf4904d54c66224509faadc55ae5e3461bb545466 (patch)
treee7bc9d0ec67f981a8d35e2396651684c9133d959 /Makefile.inc1
parent6f481b1357f44382da85a9659995c4360955127f (diff)
downloadFreeBSD-src-f4904d54c66224509faadc55ae5e3461bb545466.zip
FreeBSD-src-f4904d54c66224509faadc55ae5e3461bb545466.tar.gz
- CTF knob is now implemented using common scheme: MK_CTF=yes/no is
defined based on WITH/WITHOUT_CTF settings, default is WITHOUT_CTF, NO_CTF overrides WITH_CTF (used by Makefile.inc1) - CTFCONVERT_CMD/NORMAL_CTFCONVERT are now defined to empty string if make(1) can handle empty commands
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 00bace3..c0ada42 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -59,8 +59,6 @@ SUBDIR+=games
.endif
.if ${MK_CDDL} != "no"
SUBDIR+=cddl
-.else
-NO_CTF=1
.endif
SUBDIR+=gnu include
.if ${MK_KERBEROS} != "no"
OpenPOWER on IntegriCloud