mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
10 lines
176 B
Makefile
10 lines
176 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/sbni
|
|
|
|
KMOD= if_sbni
|
|
SRCS= if_sbni.c if_sbni_isa.c if_sbni_pci.c
|
|
|
|
SRCS+= bus_if.h device_if.h isa_if.h pci_if.h
|
|
|
|
.include <bsd.kmod.mk>
|