aboutsummaryrefslogtreecommitdiff
path: root/crypto/libcrypto/dsa/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/libcrypto/dsa/Makefile')
-rw-r--r--crypto/libcrypto/dsa/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/crypto/libcrypto/dsa/Makefile b/crypto/libcrypto/dsa/Makefile
new file mode 100644
index 000000000000..7e6e1998732f
--- /dev/null
+++ b/crypto/libcrypto/dsa/Makefile
@@ -0,0 +1,6 @@
+# $NetBSD: Makefile,v 1.1 2009/02/13 20:58:15 jmmv Exp $
+
+HELPER_NAME= dsatest
+HELPER_DIR= dsa
+
+.include <bsd.init.mk>