summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-02-04 10:19:32 +0000
committerngie <ngie@FreeBSD.org>2015-02-04 10:19:32 +0000
commit06520f16ddc1b2578445c56c8e6484021f46b872 (patch)
treefc108276275cac6fae4a218361a5cb55fb1ead87 /share
parent7a68cf4e596dc6f95b785e75b92299a43a3d3399 (diff)
downloadFreeBSD-src-06520f16ddc1b2578445c56c8e6484021f46b872.zip
FreeBSD-src-06520f16ddc1b2578445c56c8e6484021f46b872.tar.gz
Add the following options to enable/disable several features in the base system
WITHOUT_BOOTPARAMD - bootparamd WITHOUT_BOOTPD - bootpd WITHOUT_FINGER - finger, fingerd WITHOUT_FTP - ftp, ftpd WITHOUT_INETD - inetd WITHOUT_RBOOTD - rbootd WITHOUT_TCP_WRAPPERS - tcpd, et al WITHOUT_TFTP - tftp, tftp-server WITHOUT_TIMED - timed MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'share')
-rw-r--r--share/mk/src.opts.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk
index a276475..d308c4d 100644
--- a/share/mk/src.opts.mk
+++ b/share/mk/src.opts.mk
@@ -58,6 +58,8 @@ __DEFAULT_YES_OPTIONS = \
BINUTILS_BOOTSTRAP \
BLUETOOTH \
BOOT \
+ BOOTPARAMD \
+ BOOTPD \
BSD_CPIO \
BSDINSTALL \
BSNMP \
@@ -81,11 +83,13 @@ __DEFAULT_YES_OPTIONS = \
ELFTOOLCHAIN_TOOLS \
EXAMPLES \
FDT \
+ FINGER \
FLOPPY \
FMTREE \
FORTH \
FP_LIBC \
FREEBSD_UPDATE \
+ FTP \
GAMES \
GCOV \
GDB \
@@ -100,6 +104,7 @@ __DEFAULT_YES_OPTIONS = \
ICONV \
INET \
INET6 \
+ INETD \
IPFILTER \
IPFW \
ISCSI \
@@ -137,6 +142,7 @@ __DEFAULT_YES_OPTIONS = \
QUOTAS \
RADIUS_SUPPORT \
RCMDS \
+ RBOOTD \
RCS \
RESCUE \
ROUTED \
@@ -151,10 +157,13 @@ __DEFAULT_YES_OPTIONS = \
SYSCONS \
SYSINSTALL \
TALK \
+ TCP_WRAPPERS \
TCSH \
TELNET \
TESTS \
TEXTPROC \
+ TFTP \
+ TIMED \
UNBOUND \
USB \
UTMPX \
OpenPOWER on IntegriCloud