mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
13 lines
255 B
Makefile
13 lines
255 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../pccard
|
|
KMOD= oldcard
|
|
SRCS= pccard.c pcic.c pccard_beep.c pccard_nbk.c \
|
|
opt_pcic.h device_if.h bus_if.h isa_if.h \
|
|
power_if.h card_if.h power_if.c card_if.c
|
|
NOMAN=
|
|
|
|
opt_pcic.h:
|
|
touch $@
|
|
|
|
.include <bsd.kmod.mk>
|