summaryrefslogtreecommitdiffstats
path: root/sys/modules/cryptodev/Makefile
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2002-10-04 20:35:02 +0000
committersam <sam@FreeBSD.org>2002-10-04 20:35:02 +0000
commitf42003f8d160653e1d6b511b6781f4a863819d33 (patch)
treec28df76fd23c42a4aaa5cbcb36e2de94085707ad /sys/modules/cryptodev/Makefile
parent0196f79e00ff24f3920f16802c98c418bb637a67 (diff)
downloadFreeBSD-src-f42003f8d160653e1d6b511b6781f4a863819d33.zip
FreeBSD-src-f42003f8d160653e1d6b511b6781f4a863819d33.tar.gz
module for /dev/crypto support
Diffstat (limited to 'sys/modules/cryptodev/Makefile')
-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