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
_______________________________________________
[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