1# $FreeBSD: stable/12/lib/libcrypt/tests/Makefile 370438 2021-08-29 13:33:50Z dim $ 2 3ATF_TESTS_C+= crypt_tests 4 5NETBSD_ATF_TESTS_C+= crypt_test 6 7WARNS?= 6 8CFLAGS+= -I${.CURDIR:H} 9LIBADD= crypt 10 11.include <netbsd-tests.test.mk> 12 13.include <bsd.test.mk> 14