summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-02-13 21:24:32 +0000
committerngie <ngie@FreeBSD.org>2015-02-13 21:24:32 +0000
commit3bd87ad25c4b77bb7075f58ef84e663f66bd6aae (patch)
tree33a183e9e9e370a09afa6ec3f7366bb4568d68ae /usr.sbin
parent9ed52cebd8df0b370dfda39c8adc63e6a605b828 (diff)
downloadFreeBSD-src-3bd87ad25c4b77bb7075f58ef84e663f66bd6aae.zip
FreeBSD-src-3bd87ad25c4b77bb7075f58ef84e663f66bd6aae.tar.gz
MFC r277677:
r277677: Add MK_BSDINSTALL knob for building and installing bsdinstall 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 2732594..3d3c655 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -8,7 +8,6 @@ SUBDIR= adduser \
binmiscctl \
bootparamd \
bsdconfig \
- bsdinstall \
cdcontrol \
chkgrp \
chown \
@@ -132,6 +131,10 @@ SUBDIR+= autofs
SUBDIR+= bluetooth
.endif
+.if ${MK_BSDINSTALL} != "no"
+SUBDIR+= bsdinstall
+.endif
+
.if ${MK_BSNMP} != "no"
SUBDIR+= bsnmpd
.endif
OpenPOWER on IntegriCloud