svn commit: r255405 - head/usr.bin
Dag-Erling Smørgrav
des at FreeBSD.org
Sun Sep 8 20:48:24 UTC 2013
Author: des
Date: Sun Sep 8 20:48:23 2013
New Revision: 255405
URL: http://svnweb.freebsd.org/changeset/base/255405
Log:
Hook host(1) up to the build in the LDNS case.
Approved by: re (blanket)
Modified:
head/usr.bin/Makefile
Modified: head/usr.bin/Makefile
==============================================================================
--- head/usr.bin/Makefile Sun Sep 8 19:50:26 2013 (r255404)
+++ head/usr.bin/Makefile Sun Sep 8 20:48:23 2013 (r255405)
@@ -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
More information about the svn-src-all
mailing list