Hook host(1) up to the build in the LDNS case.

Approved by:	re (blanket)
This commit is contained in:
Dag-Erling Smørgrav 2013-09-08 20:48:23 +00:00
parent 3fc9e2c365
commit 9aad2c487e

View File

@ -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