mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 18:50:31 -04:00
Taken from: https://github.com/freebsd/freebsd.git Commit id: d44ce30d3054a38723f89a161c5e003e64d1aaae
13 lines
246 B
Makefile
13 lines
246 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/ep
|
|
|
|
KMOD= if_ep
|
|
SRCS= if_ep.c
|
|
SRCS+= if_ep_pccard.c pccarddevs.h card_if.h
|
|
SRCS+= if_ep_isa.c isa_if.h
|
|
SRCS+= if_ep_eisa.c eisa_if.h
|
|
#SRCS+= if_ep_mca.c
|
|
SRCS+= bus_if.h device_if.h
|
|
|
|
.include <bsd.kmod.mk>
|