mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
module for /dev/crypto support
This commit is contained in:
parent
b35c7eef04
commit
aed23bc4ce
1 changed files with 7 additions and 0 deletions
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 a new issue