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
17 lines
232 B
Makefile
17 lines
232 B
Makefile
# $FreeBSD$
|
|
|
|
BINDIR= ${TESTSDIR}
|
|
|
|
PROGS= h_db
|
|
|
|
FILESDIR= ${TESTSDIR}
|
|
|
|
FILES= README
|
|
|
|
NETBSD_ATF_TESTS_SH+= db_test
|
|
ATF_TESTS_SH_SED_db_test= -e 's,/bin/csh,/bin/cat,g'
|
|
|
|
.include "../Makefile.netbsd-tests"
|
|
|
|
.include <bsd.test.mk>
|