mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-02 08:42:48 +00:00
module for /dev/crypto support
This commit is contained in:
parent
b35c7eef04
commit
aed23bc4ce
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=104481
7
sys/modules/cryptodev/Makefile
Normal file
7
sys/modules/cryptodev/Makefile
Normal file
@ -0,0 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../opencrypto
|
||||
KMOD = cryptodev
|
||||
SRCS = cryptodev.c
|
||||
|
||||
.include <bsd.kmod.mk>
|
Loading…
Reference in New Issue
Block a user