aboutsummaryrefslogtreecommitdiff
path: root/sbin/Makefile
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2015-01-26 06:27:07 +0000
committerEnji Cooper <ngie@FreeBSD.org>2015-01-26 06:27:07 +0000
commit4e39505449baa89abfdb1d234f540d0e366d793d (patch)
treef9b26ec3aea5fcb8881f35ae243d14342c49285d /sbin/Makefile
parent9500dd9f0bbfddbda46306f53d1d63a4984cb119 (diff)
downloadsrc-4e39505449baa89abfdb1d234f540d0e366d793d.tar.gz
src-4e39505449baa89abfdb1d234f540d0e366d793d.zip
Notes
Diffstat (limited to 'sbin/Makefile')
-rw-r--r--sbin/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/sbin/Makefile b/sbin/Makefile
index 1c34e0cc50f0..111919ee2dd3 100644
--- a/sbin/Makefile
+++ b/sbin/Makefile
@@ -30,8 +30,6 @@ SUBDIR=adjkerntz \
ggate \
growfs \
gvinum \
- hastctl \
- hastd \
ifconfig \
init \
kldconfig \
@@ -88,6 +86,11 @@ SUBDIR+= ccdconfig
SUBDIR+= devd
.endif
+.if ${MK_HAST} != "no"
+SUBDIR+= hastctl
+SUBDIR+= hastd
+.endif
+
.if ${MK_IPFILTER} != "no"
SUBDIR+= ipf
.endif