summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-01-25 04:43:13 +0000
committerngie <ngie@FreeBSD.org>2015-01-25 04:43:13 +0000
commitb7d970adae001cb6bee81cfb7e348f39ed6c66d2 (patch)
tree15a914c32f8e380342f1aae634a0423d03a95089 /usr.sbin
parent21e793b32c614e38da078f83deaccb050e5875cb (diff)
downloadFreeBSD-src-b7d970adae001cb6bee81cfb7e348f39ed6c66d2.zip
FreeBSD-src-b7d970adae001cb6bee81cfb7e348f39ed6c66d2.tar.gz
Add MK_BSDINSTALL knob for building and installing bsdinstall
MFC after: 2 weeks 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 e1e20d4..1db4046 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -9,7 +9,6 @@ SUBDIR= adduser \
binmiscctl \
bootparamd \
bsdconfig \
- bsdinstall \
cdcontrol \
chkgrp \
chown \
@@ -129,6 +128,10 @@ SUBDIR+= authpf
SUBDIR+= bluetooth
.endif
+.if ${MK_BSDINSTALL} != "no"
+SUBDIR+= bsdinstall
+.endif
+
.if ${MK_BSNMP} != "no"
SUBDIR+= bsnmpd
.endif
OpenPOWER on IntegriCloud