mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
9 lines
175 B
Makefile
9 lines
175 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/pcic
|
|
KMOD= pcic
|
|
SRCS= i82365.c i82365_isa.c \
|
|
device_if.h bus_if.h isa_if.h power_if.h card_if.h
|
|
NOMAN=
|
|
|
|
.include <bsd.kmod.mk>
|