xref: /dragonfly/sys/dev/pccard/exca/Makefile (revision 0ca59c34)
1# $DragonFly: src/sys/dev/pccard/exca/Makefile,v 1.1 2004/02/10 07:55:47 joerg Exp $
2
3KMOD=   exca
4SRCS=   exca.c \
5	device_if.h bus_if.h card_if.h
6
7.include <bsd.kmod.mk>
8