summaryrefslogtreecommitdiffstats
path: root/sbin/dhclient
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2014-08-23 02:20:49 +0000
committerngie <ngie@FreeBSD.org>2014-08-23 02:20:49 +0000
commitac676e3706e37cb312c314a1c9deacccd5b52354 (patch)
tree9f423f142dae15b467c479cd14c14346b3d9fba5 /sbin/dhclient
parent25322817424c3f4f15460624c8ddfa867a52d88a (diff)
downloadFreeBSD-src-ac676e3706e37cb312c314a1c9deacccd5b52354.zip
FreeBSD-src-ac676e3706e37cb312c314a1c9deacccd5b52354.tar.gz
MFC r270118:
Add LIBUTIL to DPADD This will fix "make checkdpadd" PR: 192759 Approved by: rpaulo (mentor) Phabric: D623
Diffstat (limited to 'sbin/dhclient')
-rw-r--r--sbin/dhclient/tests/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/dhclient/tests/Makefile b/sbin/dhclient/tests/Makefile
index b092eea..a460f7f 100644
--- a/sbin/dhclient/tests/Makefile
+++ b/sbin/dhclient/tests/Makefile
@@ -8,6 +8,7 @@ PLAIN_TESTS_C= option-domain-search_test
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
OpenPOWER on IntegriCloud