]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sbin/dhclient/tests/Makefile
MFC r289172,r290254:
[FreeBSD/stable/10.git] / sbin / dhclient / tests / Makefile
1 # $FreeBSD$
2
3 .PATH:  ${.CURDIR}/..
4
5 PLAIN_TESTS_C=                          option-domain-search_test
6 SRCS.option-domain-search_test=         alloc.c convert.c hash.c options.c \
7                                         tables.c fake.c option-domain-search.c
8 CFLAGS.option-domain-search_test+=      -I${.CURDIR}/..
9 DPADD.option-domain-search_test=        ${LIBUTIL}
10 LDADD.option-domain-search_test=        -lutil
11
12 WARNS?= 2
13
14 .include <bsd.test.mk>