Index: head/lib/libc/tests/db/Makefile =================================================================== --- head/lib/libc/tests/db/Makefile (revision 305448) +++ head/lib/libc/tests/db/Makefile (revision 305449) @@ -1,18 +1,18 @@ # $FreeBSD$ PACKAGE= tests BINDIR= ${TESTSDIR} PROGS= h_db -PROGS= h_lfsr +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' .include "../Makefile.netbsd-tests" .include