summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/modules/cryptodev/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/modules/cryptodev/Makefile b/sys/modules/cryptodev/Makefile
new file mode 100644
index 0000000..b2692a6
--- /dev/null
+++ b/sys/modules/cryptodev/Makefile
@@ -0,0 +1,7 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../opencrypto
+KMOD = cryptodev
+SRCS = cryptodev.c
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud