summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-03-01 22:03:52 +0000
committerngie <ngie@FreeBSD.org>2015-03-01 22:03:52 +0000
commitde8fb43ec92b1b420147d22f7a048a179f90fa76 (patch)
tree4fe8bb91688ede3457d83635c42d3820c205f22f /share
parent9da1add17162140813ca1a79eb57724b0d2c3617 (diff)
downloadFreeBSD-src-de8fb43ec92b1b420147d22f7a048a179f90fa76.zip
FreeBSD-src-de8fb43ec92b1b420147d22f7a048a179f90fa76.tar.gz
MFC r278192:
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 Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'share')
-rw-r--r--share/mk/bsd.own.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk
index e2aa966..d9461bd 100644
--- a/share/mk/bsd.own.mk
+++ b/share/mk/bsd.own.mk
@@ -260,6 +260,8 @@ __DEFAULT_YES_OPTIONS = \
BLUETOOTH \
BMAKE \
BOOT \
+ BOOTPARAMD \
+ BOOTPD \
BSD_CPIO \
BSDINSTALL \
BSNMP \
@@ -278,12 +280,14 @@ __DEFAULT_YES_OPTIONS = \
ED_CRYPTO \
EE \
EXAMPLES \
+ FINGER \
FLOPPY \
FMTREE \
FORMAT_EXTENSIONS \
FORTH \
FP_LIBC \
FREEBSD_UPDATE \
+ FTP \
GAMES \
GCOV \
GDB \
@@ -297,6 +301,7 @@ __DEFAULT_YES_OPTIONS = \
ICONV \
INET \
INET6 \
+ INETD \
INFO \
INSTALLLIB \
IPFILTER \
@@ -344,6 +349,7 @@ __DEFAULT_YES_OPTIONS = \
PROFILE \
QUOTAS \
RADIUS_SUPPORT \
+ RBOOTD \
RCMDS \
RCS \
RESCUE \
@@ -361,8 +367,11 @@ __DEFAULT_YES_OPTIONS = \
SYSINSTALL \
TALK \
TCSH \
+ TCP_WRAPPERS \
TELNET \
TEXTPROC \
+ TFTP \
+ TIMED \
TOOLCHAIN \
UNBOUND \
USB \
OpenPOWER on IntegriCloud