diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2015-01-26 06:29:07 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2015-01-26 06:29:07 +0000 |
| commit | c01f300b7ffbea24934d94c38fa8bacf5048171a (patch) | |
| tree | de1ce68fd897c4108c8ce7e32650cb907ec5813f /sbin/Makefile | |
| parent | 4e39505449baa89abfdb1d234f540d0e366d793d (diff) | |
Notes
Diffstat (limited to 'sbin/Makefile')
| -rw-r--r-- | sbin/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index 111919ee2dd3..6825cb65afb6 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -100,6 +100,10 @@ SUBDIR+= ipfw SUBDIR+= natd .endif +.if ${MK_ISCSI} != "no" +SUBDIR+= iscontrol +.endif + .if ${MK_NAND} != "no" SUBDIR+= nandfs SUBDIR+= newfs_nandfs |
