summaryrefslogtreecommitdiffstats
path: root/usr.sbin
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 /usr.sbin
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 'usr.sbin')
-rw-r--r--usr.sbin/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 27f63a1..2732594 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -5,7 +5,6 @@
SUBDIR= adduser \
arp \
- autofs \
binmiscctl \
bootparamd \
bsdconfig \
@@ -125,6 +124,10 @@ SUBDIR+= praudit
SUBDIR+= authpf
.endif
+.if ${MK_AUTOFS} != "no"
+SUBDIR+= autofs
+.endif
+
.if ${MK_BLUETOOTH} != "no"
SUBDIR+= bluetooth
.endif
OpenPOWER on IntegriCloud