mirror of
https://github.com/opnsense/src.git
synced 2026-03-06 07:10:41 -05:00
9 lines
191 B
Makefile
9 lines
191 B
Makefile
# $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>
|