summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Rodrigues <rodrigc@FreeBSD.org>2015-11-18 13:19:34 +0000
committerCraig Rodrigues <rodrigc@FreeBSD.org>2015-11-18 13:19:34 +0000
commitfa3d9adad2151cf92da935a66bf4258b831b44b3 (patch)
treec23bebf58a8aaf311a35483e2874e58604440108
parentc61fdcb93c4a570a1922d6fcf8a6a4b56b6dbc94 (diff)
Notes
-rw-r--r--lib/libcrypt/tests/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/libcrypt/tests/Makefile b/lib/libcrypt/tests/Makefile
index 15798b215d17..7be335f0801c 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>