summaryrefslogtreecommitdiffstats
path: root/share/man
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-02-11 07:30:20 +0000
committerngie <ngie@FreeBSD.org>2015-02-11 07:30:20 +0000
commit22f4a9ff52e61f266870ef117f51bfe90604ded7 (patch)
tree8ed740bb746360deb00884950d0abdd5f1b420e7 /share/man
parenta01a4bc555315e8086d5487b5269753486cd0432 (diff)
downloadFreeBSD-src-22f4a9ff52e61f266870ef117f51bfe90604ded7.zip
FreeBSD-src-22f4a9ff52e61f266870ef117f51bfe90604ded7.tar.gz
MFC r277728:
r277728: Add MK_AUTOFS knob for building and installing autofs(4), et al Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man5/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/share/man/man5/Makefile b/share/man/man5/Makefile
index 5a3a4d7..a3e8c0f 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
OpenPOWER on IntegriCloud