module for ubsec crypto driver

This commit is contained in:
sam 2002-10-04 20:35:33 +00:00
parent 109cbe34c8
commit ad2116d998

View 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>