summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-12-04 03:17:47 +0000
committerbdrewery <bdrewery@FreeBSD.org>2015-12-04 03:17:47 +0000
commitbb97a3d43c2b7f2a5b4f05069e3bb12383a9e20d (patch)
treec7b391aae2de6c3508dafaaad65c558a94b98ab7 /sbin
parentb4e7db0cc3b11e52de66259e19d2bf84d0bfb9c2 (diff)
downloadFreeBSD-src-bb97a3d43c2b7f2a5b4f05069e3bb12383a9e20d.zip
FreeBSD-src-bb97a3d43c2b7f2a5b4f05069e3bb12383a9e20d.tar.gz
Fix LDADD/DPADD that should be LIBADD.
Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'sbin')
-rw-r--r--sbin/dhclient/tests/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/dhclient/tests/Makefile b/sbin/dhclient/tests/Makefile
index 45cc8c2..fd3df4e 100644
--- a/sbin/dhclient/tests/Makefile
+++ b/sbin/dhclient/tests/Makefile
@@ -6,8 +6,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
+LIBADD.option-domain-search_test= util
WARNS?= 2
OpenPOWER on IntegriCloud