summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-01-26 07:15:49 +0000
committerngie <ngie@FreeBSD.org>2015-01-26 07:15:49 +0000
commit66090fa9a37b55b073c52702f51417c207b1c045 (patch)
tree8f70b3f4a2642311c997ba66a92785651afc0732 /share
parent691728766995189ba0ea8b9795f271eb5008ac8e (diff)
downloadFreeBSD-src-66090fa9a37b55b073c52702f51417c207b1c045.zip
FreeBSD-src-66090fa9a37b55b073c52702f51417c207b1c045.tar.gz
Add MK_AUTOFS knob for building and installing autofs(4), et al
MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/Makefile5
-rw-r--r--share/mk/src.opts.mk1
2 files changed, 5 insertions, 1 deletions
diff --git a/share/man/man5/Makefile b/share/man/man5/Makefile
index e848335..15056f3 100644
--- a/share/man/man5/Makefile
+++ b/share/man/man5/Makefile
@@ -7,7 +7,6 @@
MAN= acct.5 \
ar.5 \
a.out.5 \
- autofs.5 \
bluetooth.device.conf.5 \
bluetooth.hosts.5 \
bluetooth.protocols.5 \
@@ -80,6 +79,10 @@ MLINKS+=quota.user.5 quota.group.5
MLINKS+=rc.conf.5 rc.conf.local.5
MLINKS+=resolver.5 resolv.conf.5
+.if ${MK_AUTOFS} != "no"
+MAN+= autofs.5
+.endif
+
.if ${MK_FREEBSD_UPDATE} != "no"
MAN+= freebsd-update.conf.5
.endif
diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk
index c8c42be..0609a9e 100644
--- a/share/mk/src.opts.mk
+++ b/share/mk/src.opts.mk
@@ -52,6 +52,7 @@ __DEFAULT_YES_OPTIONS = \
ATM \
AUDIT \
AUTHPF \
+ AUTOFS \
BHYVE \
BINUTILS \
BINUTILS_BOOTSTRAP \
OpenPOWER on IntegriCloud