1# $FreeBSD$ 2 3TESTSDIR= ${TESTSBASE}/sbin/dhclient 4 5.PATH: ${.CURDIR}/.. 6 7PLAIN_TESTS_C= option-domain-search_test 8SRCS.option-domain-search_test= alloc.c convert.c hash.c options.c \ 9 tables.c fake.c option-domain-search.c 10CFLAGS.option-domain-search_test+= -I${.CURDIR}/.. 11DPADD.option-domain-search_test= ${LIBUTIL} 12LDADD.option-domain-search_test= -lutil 13 14WARNS?= 2 15 16.include <bsd.test.mk> 17