module for /dev/crypto support
This commit is contained in:
parent
b35c7eef04
commit
aed23bc4ce
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