mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 18:50:31 -04:00
module for ubsec crypto driver
This commit is contained in:
parent
2fab417438
commit
b9085a05a8
1 changed files with 9 additions and 0 deletions
9
sys/modules/ubsec/Makefile
Normal file
9
sys/modules/ubsec/Makefile
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../dev/ubsec
|
||||
KMOD = ubsec
|
||||
SRCS = ubsec.c
|
||||
SRCS += device_if.h bus_if.h pci_if.h
|
||||
SRCS += opt_bdg.h opt_bus.h opt_pci.h crypto_if.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
Loading…
Reference in a new issue