From f42003f8d160653e1d6b511b6781f4a863819d33 Mon Sep 17 00:00:00 2001 From: sam Date: Fri, 4 Oct 2002 20:35:02 +0000 Subject: module for /dev/crypto support --- sys/modules/cryptodev/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sys/modules/cryptodev/Makefile (limited to 'sys/modules/cryptodev') 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 -- cgit v1.1