From bb97a3d43c2b7f2a5b4f05069e3bb12383a9e20d Mon Sep 17 00:00:00 2001 From: bdrewery Date: Fri, 4 Dec 2015 03:17:47 +0000 Subject: Fix LDADD/DPADD that should be LIBADD. Sponsored by: EMC / Isilon Storage Division --- sbin/dhclient/tests/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sbin') 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 -- cgit v1.1