]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - sbin/dhclient/tests/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.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 DPADD.option-domain-search_test=        ${LIBUTIL}
12 LDADD.option-domain-search_test=        -lutil
13
14 WARNS?= 2
15
16 .include <bsd.test.mk>