mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
18 lines
221 B
Makefile
18 lines
221 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/proto
|
|
|
|
KMOD= proto
|
|
SRCS= \
|
|
proto_bus_isa.c \
|
|
proto_bus_pci.c \
|
|
proto_busdma.c \
|
|
proto_core.c
|
|
|
|
SRCS+= \
|
|
bus_if.h \
|
|
device_if.h \
|
|
isa_if.h \
|
|
pci_if.h
|
|
|
|
.include <bsd.kmod.mk>
|