1# $FreeBSD$ 2 3# exercise libcrypt 4 5ATF_TESTS_C= crypt_tests 6 7CFLAGS+= -I${.CURDIR:H} 8LIBADD= crypt 9 10.include <bsd.test.mk> 11