summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2013-09-08 20:48:23 +0000
committerdes <des@FreeBSD.org>2013-09-08 20:48:23 +0000
commit1120f28cb02861eb96cfc34926e0d9e0bf37d590 (patch)
treedd61ccfa79c265c0cc601cbf1fec74ee0ce5b64c /usr.bin
parentff13bc56dc1aa9c168ebed9bc14f8025a93f0546 (diff)
downloadFreeBSD-src-1120f28cb02861eb96cfc34926e0d9e0bf37d590.zip
FreeBSD-src-1120f28cb02861eb96cfc34926e0d9e0bf37d590.tar.gz
Hook host(1) up to the build in the LDNS case.
Approved by: re (blanket)
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index a7c72a8..09fb97c 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -262,6 +262,10 @@ SUBDIR+= truss
SUBDIR+= compile_et
.endif
+.if ${MK_LDNS_UTILS} != "no"
+SUBDIR+= host
+.endif
+
.if ${MK_LIBTHR} != "no"
SUBDIR+= csup
.endif
OpenPOWER on IntegriCloud