svn commit: r270118 - head/sbin/dhclient/tests

Garrett Cooper ngie at FreeBSD.org
Mon Aug 18 01:21:41 UTC 2014


Author: ngie
Date: Mon Aug 18 01:21:41 2014
New Revision: 270118
URL: http://svnweb.freebsd.org/changeset/base/270118

Log:
  Add LIBUTIL to DPADD
  
  This will fix "make checkdpadd"
  
  MFC after: 5 days
  PR: 192759
  Approved by: rpaulo (mentor)

Modified:
  head/sbin/dhclient/tests/Makefile

Modified: head/sbin/dhclient/tests/Makefile
==============================================================================
--- head/sbin/dhclient/tests/Makefile	Mon Aug 18 00:50:09 2014	(r270117)
+++ head/sbin/dhclient/tests/Makefile	Mon Aug 18 01:21:41 2014	(r270118)
@@ -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