]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sbin/dhclient/tests/Makefile
MFC various moves of tools/regressions/ tests to the new infrastructure.
[FreeBSD/stable/10.git] / sbin / dhclient / tests / Makefile
1 # $FreeBSD$
2
3 TESTSDIR=       ${TESTSBASE}/sbin/dhclient
4
5 .PATH:  ${.CURDIR}/..
6
7 PLAIN_TESTS_C=                          option-domain-search_test
8 SRCS.option-domain-search_test=         alloc.c convert.c hash.c options.c \
9                                         tables.c fake.c option-domain-search.c
10 CFLAGS.option-domain-search_test+=      -I${.CURDIR}/..
11 LDADD.option-domain-search_test=        -lutil
12
13 WARNS?= 2
14
15 .include <bsd.test.mk>