Index: head/lib/libcrypt/tests/Makefile =================================================================== --- head/lib/libcrypt/tests/Makefile (revision 290907) +++ head/lib/libcrypt/tests/Makefile (revision 290908) @@ -1,10 +1,12 @@ # $FreeBSD$ -# exercise libcrypt +ATF_TESTS_C+= crypt_tests -ATF_TESTS_C= crypt_tests +NETBSD_ATF_TESTS_C+= crypt_test CFLAGS+= -I${.CURDIR:H} LIBADD= crypt + +.include .include