eacae6dc66
Sponsored by: EMC / Isilon Storage Division
14 lines
318 B
Makefile
14 lines
318 B
Makefile
# $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}/..
|
|
LIBADD.option-domain-search_test= util
|
|
|
|
WARNS?= 2
|
|
|
|
.include <bsd.test.mk>
|