summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/Makefile')
-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