2002-10-04 20:35:33 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
.PATH: ${.CURDIR}/../../dev/ubsec
|
|
|
|
KMOD = ubsec
|
|
|
|
SRCS = ubsec.c
|
|
|
|
SRCS += device_if.h bus_if.h pci_if.h
|
2002-11-13 17:45:42 +00:00
|
|
|
SRCS += opt_bdg.h opt_bus.h crypto_if.h
|
2002-10-04 20:35:33 +00:00
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|