aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2015-01-25 04:20:11 +0000
committerEnji Cooper <ngie@FreeBSD.org>2015-01-25 04:20:11 +0000
commitb29d6977f31adc2560a78f75c7b43d73fc10c93d (patch)
treecc630dc27e2a1db978ecedeb818121b48dd26c60 /usr.sbin/Makefile
parent60e03a568c025fbb26a2547c291a0873ee840ee0 (diff)
downloadsrc-b29d6977f31adc2560a78f75c7b43d73fc10c93d.tar.gz
src-b29d6977f31adc2560a78f75c7b43d73fc10c93d.zip
Add MK_ISCSI knob for building the iscsi initiator, iscsi daemon, kernel
modules, etc MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division
Notes
Notes: svn path=/head/; revision=277675
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 09e53adc9810..e1e20d44dc44 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -38,7 +38,6 @@ SUBDIR= adduser \
ifmcstat \
inetd \
iostat \
- iscsid \
kldxref \
mailwrapper \
makefs \
@@ -178,6 +177,10 @@ SUBDIR+= traceroute6
SUBDIR+= ipfwpcap
.endif
+.if ${MK_ISCSI} != "no"
+SUBDIR+= iscsid
+.endif
+
.if ${MK_JAIL} != "no"
SUBDIR+= jail
SUBDIR+= jexec