mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
4535126875
not clear enough, will require additional analysis, or will require some input from their maintainers.
13 lines
219 B
Makefile
13 lines
219 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/pccard
|
|
|
|
KMOD= pccard
|
|
SRCS= pccard.c pccard_cis.c pccard_cis_quirks.c \
|
|
device_if.h bus_if.h card_if.h power_if.h
|
|
NOMAN=
|
|
|
|
EXPORT_SYMS= YES # XXX evaluate
|
|
|
|
.include <bsd.kmod.mk>
|