mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
b2d48be1bc
netbsd-tests.test.mk (r289151) - Eliminate explicit OBJTOP/SRCTOP setting - Convert all ad hoc NetBSD test integration over to netbsd-tests.test.mk - Remove unnecessary TESTSDIR setting - Use SRCTOP where possible for clarity MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Divison
15 lines
363 B
Makefile
15 lines
363 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}/..
|
|
DPADD.option-domain-search_test= ${LIBUTIL}
|
|
LDADD.option-domain-search_test= -lutil
|
|
|
|
WARNS?= 2
|
|
|
|
.include <bsd.test.mk>
|