Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Sep 2013 20:48:24 +0000 (UTC)
From:      Dag-Erling Smørgrav <des@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r255405 - head/usr.bin
Message-ID:  <201309082048.r88KmO7c050815@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309082048.r88KmO7c050815>