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