]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - lib/libc/tests/db/Makefile
MFC r305358,r305449,r305451,r306367,r306397,r309474:
[FreeBSD/stable/10.git] / lib / libc / tests / db / Makefile
1 # $FreeBSD$
2
3 BINDIR=         ${TESTSDIR}
4
5 PROGS=          h_db
6 PROGS+=         h_lfsr
7
8 FILESDIR=       ${TESTSDIR}
9
10 FILES=          README
11
12 NETBSD_ATF_TESTS_C+=    db_hash_seq_test
13 NETBSD_ATF_TESTS_SH+=   db_test
14 ATF_TESTS_SH_SED_db_test=       -e 's,/bin/csh,/bin/cat,g'
15
16 .include "../Makefile.netbsd-tests"
17
18 .include <bsd.test.mk>