1# $FreeBSD$ 2 3# exercise libcrypt 4 5TESTS_C= crypt_tests 6 7CFLAGS+= -I${.CURDIR:H} 8LDADD+= -L${.OBJDIR:H} -lcrypt 9 10.include <atf.test.mk> 11