diff options
| author | Craig Rodrigues <rodrigc@FreeBSD.org> | 2015-12-01 21:25:18 +0000 |
|---|---|---|
| committer | Craig Rodrigues <rodrigc@FreeBSD.org> | 2015-12-01 21:25:18 +0000 |
| commit | 0ad6065cc8c8df4e51682c508eafd0264413e5fb (patch) | |
| tree | 56b6133bcbfcc0f5a3c5348c0cb30a47c270c03b /lib/libcrypt | |
| parent | 26144b61643495d6643b99300f5d67ba2a505777 (diff) | |
Notes
Diffstat (limited to 'lib/libcrypt')
| -rw-r--r-- | lib/libcrypt/tests/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/libcrypt/tests/Makefile b/lib/libcrypt/tests/Makefile index 7be335f0801c..15798b215d17 100644 --- a/lib/libcrypt/tests/Makefile +++ b/lib/libcrypt/tests/Makefile @@ -1,12 +1,12 @@ # $FreeBSD$ -#ATF_TESTS_C+= crypt_tests -# -#NETBSD_ATF_TESTS_C+= crypt_test -# -#CFLAGS+= -I${.CURDIR:H} -#LIBADD= crypt -# +ATF_TESTS_C+= crypt_tests + +NETBSD_ATF_TESTS_C+= crypt_test + +CFLAGS+= -I${.CURDIR:H} +LIBADD= crypt + .include <netbsd-tests.test.mk> .include <bsd.test.mk> |
