mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 08:38:13 -05:00
13 lines
316 B
Makefile
13 lines
316 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR:H}
|
|
|
|
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:H}
|
|
LIBADD.option-domain-search_test= util
|
|
|
|
WARNS?= 2
|
|
|
|
.include <bsd.test.mk>
|