]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/dhclient/tests/Makefile
MFV r318946: 8021 ARC buf data scatter-ization
[FreeBSD/FreeBSD.git] / sbin / dhclient / tests / Makefile
1 # $FreeBSD$
2
3 .PATH:  ${.CURDIR:H}
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:H}
9 LIBADD.option-domain-search_test=       util
10
11 WARNS?= 2
12
13 .include <bsd.test.mk>