module for /dev/crypto support

This commit is contained in:
Sam Leffler 2002-10-04 20:35:02 +00:00
parent b35c7eef04
commit aed23bc4ce
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=104481

View File

@ -0,0 +1,7 @@
# $FreeBSD$
.PATH: ${.CURDIR}/../../opencrypto
KMOD = cryptodev
SRCS = cryptodev.c
.include <bsd.kmod.mk>