module for ubsec crypto driver

This commit is contained in:
Sam Leffler 2002-10-04 20:35:33 +00:00
parent 2fab417438
commit b9085a05a8

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>