svn commit: r270385 - stable/10/sbin/dhclient/tests

Garrett Cooper ngie at FreeBSD.org
Sat Aug 23 02:20:50 UTC 2014


Author: ngie
Date: Sat Aug 23 02:20:49 2014
New Revision: 270385
URL: http://svnweb.freebsd.org/changeset/base/270385

Log:
  MFC r270118:
  
   Add LIBUTIL to DPADD
  
   This will fix "make checkdpadd"
  
   PR: 192759
   Approved by: rpaulo (mentor)
   Phabric: D623

Modified:
  stable/10/sbin/dhclient/tests/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sbin/dhclient/tests/Makefile
==============================================================================
--- stable/10/sbin/dhclient/tests/Makefile	Sat Aug 23 01:52:43 2014	(r270384)
+++ stable/10/sbin/dhclient/tests/Makefile	Sat Aug 23 02:20:49 2014	(r270385)
@@ -8,6 +8,7 @@ PLAIN_TESTS_C=				option-domain-search_t
 SRCS.option-domain-search_test=		alloc.c convert.c hash.c options.c \
 					tables.c fake.c option-domain-search.c
 CFLAGS.option-domain-search_test+=	-I${.CURDIR}/..
+DPADD.option-domain-search_test=	${LIBUTIL}
 LDADD.option-domain-search_test=	-lutil
 
 WARNS?=	2


More information about the svn-src-all mailing list