aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2015-01-26 07:15:49 +0000
committerEnji Cooper <ngie@FreeBSD.org>2015-01-26 07:15:49 +0000
commitb3590423102f61128e44787ba449bf734a6f4a00 (patch)
tree8f70b3f4a2642311c997ba66a92785651afc0732 /usr.sbin/Makefile
parent02629e469fe473d16d61ba41504a373a3b545250 (diff)
downloadsrc-b3590423102f61128e44787ba449bf734a6f4a00.tar.gz
src-b3590423102f61128e44787ba449bf734a6f4a00.zip
Add MK_AUTOFS knob for building and installing autofs(4), et al
MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division
Notes
Notes: svn path=/head/; revision=277728
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 1db40466657f..79e4909f442b 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -5,7 +5,6 @@
SUBDIR= adduser \
arp \
- autofs \
binmiscctl \
bootparamd \
bsdconfig \
@@ -124,6 +123,10 @@ SUBDIR+= praudit
SUBDIR+= authpf
.endif
+.if ${MK_AUTOFS} != "no"
+SUBDIR+= autofs
+.endif
+
.if ${MK_BLUETOOTH} != "no"
SUBDIR+= bluetooth
.endif