opnsense-src/lib/libc/tests/db/Makefile
Warner Losh e9ac41698b Remove residual blank line at start of Makefile
This is a residual of the $FreeBSD$ removal.

MFC After: 3 days (though I'll just run the command on the branches)
Sponsored by: Netflix
2024-07-15 16:43:39 -06:00

18 lines
317 B
Makefile

PACKAGE= tests
BINDIR= ${TESTSDIR}
PROGS= h_db
PROGS+= h_lfsr
${PACKAGE}FILES+= README
NETBSD_ATF_TESTS_C+= db_hash_seq_test
NETBSD_ATF_TESTS_SH+= db_test
ATF_TESTS_SH_SED_db_test= -e 's,/bin/csh,/bin/cat,g'
CFLAGS+= -I${SRCTOP}/lib/libc/db/btree
.include "../Makefile.netbsd-tests"
.include <bsd.test.mk>