1# $FreeBSD: stable/10/sbin/dhclient/tests/Makefile 313488 2017-02-09 22:49:48Z ngie $
2
3.PATH:	${.CURDIR}/..
4
5PLAIN_TESTS_C=				option-domain-search_test
6SRCS.option-domain-search_test=		alloc.c convert.c hash.c options.c \
7					tables.c fake.c option-domain-search.c
8CFLAGS.option-domain-search_test+=	-I${.CURDIR}/..
9DPADD.option-domain-search_test=	${LIBUTIL}
10LDADD.option-domain-search_test=	-lutil
11
12WARNS?=	2
13
14.include <bsd.test.mk>
15