aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2014-08-18 01:21:41 +0000
committerEnji Cooper <ngie@FreeBSD.org>2014-08-18 01:21:41 +0000
commitac8edda605aac80f3964428314beef00fdb3f087 (patch)
tree4304777f549a3413f39da67dceff936ed436b411 /sbin
parent32529978a7e98895f9aa780cf612434deaa645f9 (diff)
downloadsrc-ac8edda605aac80f3964428314beef00fdb3f087.tar.gz
src-ac8edda605aac80f3964428314beef00fdb3f087.zip
Add LIBUTIL to DPADD
This will fix "make checkdpadd" MFC after: 5 days PR: 192759 Approved by: rpaulo (mentor)
Notes
Notes: svn path=/head/; revision=270118
Diffstat (limited to 'sbin')
-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 b092eead050d..a460f7f9be11 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