From a1f9f1210c2375b15113837f86c23df0f54ba2a3 Mon Sep 17 00:00:00 2001 From: ngie Date: Mon, 18 Aug 2014 01:21:41 +0000 Subject: Add LIBUTIL to DPADD This will fix "make checkdpadd" MFC after: 5 days PR: 192759 Approved by: rpaulo (mentor) --- sbin/dhclient/tests/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'sbin') 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 -- cgit v1.1