summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2014-05-09 21:11:27 +0000
committerimp <imp@FreeBSD.org>2014-05-09 21:11:27 +0000
commitff1982e002a84af39100c6da22e645ed2200f4d4 (patch)
treef3c1253d525e1fcb638ebcb2823d69a8e1584f5b /share
parent871ebbbda07caefe56d68276f31be254098af9ff (diff)
downloadFreeBSD-src-ff1982e002a84af39100c6da22e645ed2200f4d4.zip
FreeBSD-src-ff1982e002a84af39100c6da22e645ed2200f4d4.tar.gz
Introduce kern.opts.mk to hold all the options for kernel module
builds. Include this in the right places. Make src.opts.mk optional so that modules can be built outside of the tree in the ports system. PR: 189520
Diffstat (limited to 'share')
-rw-r--r--share/mk/src.opts.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk
index 72d13c0..17b3fa9 100644
--- a/share/mk/src.opts.mk
+++ b/share/mk/src.opts.mk
@@ -24,7 +24,7 @@
#
# Makefiles should never test WITH_FOO or WITHOUT_FOO directly (although an
# exception is made for _WITHOUT_SRCONF which turns off this mechanism
-# completely).
+# completely inside bsd.*.mk files).
#
.if !target(__<src.opts.mk>__)
@@ -84,7 +84,6 @@ __DEFAULT_YES_OPTIONS = \
FDT \
FLOPPY \
FMTREE \
- FORMAT_EXTENSIONS \
FORTH \
FP_LIBC \
FREEBSD_UPDATE \
@@ -105,7 +104,6 @@ __DEFAULT_YES_OPTIONS = \
IPFW \
JAIL \
KDUMP \
- KERNEL_SYMBOLS \
KVM \
LDNS \
LDNS_UTILS \
OpenPOWER on IntegriCloud