1# $FreeBSD$ 2 3.PATH: ${.CURDIR:H} 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:H} 9LIBADD.option-domain-search_test= util 10 11WARNS?= 2 12 13.include <bsd.test.mk> 14