summaryrefslogtreecommitdiffstats
path: root/sbin/dhclient/tests/Makefile
blob: 45cc8c28d4437f1e1bf59d1fe25adeba1a49c1e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $FreeBSD$

.PATH:	${.CURDIR}/..

PLAIN_TESTS_C=				option-domain-search_test
SRCS.option-domain-search_test=		alloc.c convert.c hash.c options.c \
					tables.c fake.c option-domain-search.c
CFLAGS.option-domain-search_test+=	-I${.CURDIR}/..
DPADD.option-domain-search_test=	${LIBUTIL}
LDADD.option-domain-search_test=	-lutil

WARNS?=	2

.include <bsd.test.mk>
OpenPOWER on IntegriCloud