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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to