xref: /NextBSD/sys/modules/exca/Makefile (revision eb1a5f8de9f7ea602c373a710f531abbf81141c4)
1 # $FreeBSD$
2
3.PATH: ${.CURDIR}/../../dev/exca
4
5KMOD=	exca
6SRCS=	exca.c device_if.h bus_if.h power_if.h card_if.h pccarddevs.h
7
8.include <bsd.kmod.mk>
9