aboutsummaryrefslogtreecommitdiff
path: root/secure/lib/libcrypto/engines/devcrypto/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'secure/lib/libcrypto/engines/devcrypto/Makefile')
-rw-r--r--secure/lib/libcrypto/engines/devcrypto/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/secure/lib/libcrypto/engines/devcrypto/Makefile b/secure/lib/libcrypto/engines/devcrypto/Makefile
new file mode 100644
index 000000000000..a8b6f84a70ba
--- /dev/null
+++ b/secure/lib/libcrypto/engines/devcrypto/Makefile
@@ -0,0 +1,6 @@
+
+SHLIB_NAME?= devcrypto.so
+
+SRCS= e_devcrypto.c
+
+.include <bsd.lib.mk>