summaryrefslogtreecommitdiffstats
path: root/secure/lib/libcrypt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'secure/lib/libcrypt/Makefile')
-rw-r--r--secure/lib/libcrypt/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/secure/lib/libcrypt/Makefile b/secure/lib/libcrypt/Makefile
index 0e66704..9c03d01 100644
--- a/secure/lib/libcrypt/Makefile
+++ b/secure/lib/libcrypt/Makefile
@@ -2,14 +2,16 @@
# $Id: Makefile,v 1.1.1.1 1994/04/04 14:57:18 g89r4222 Exp $
#
-SUBDIR= test
LIB= crypt
SRCS= crypt.c
-#MAN3= crypt.0
+#MAN3= crypt.3
#MLINKS= crypt.3 encrypt.3 crypt.3 setkey.3
#MLINKS+=crypt.3 des_cipher.3 crypt.3 des_setkey.3
.include <bsd.lib.mk>
.include <bsd.subdir.mk>
+
+test:
+ cd test ; make test ; make clean
OpenPOWER on IntegriCloud