1# $FreeBSD$
2
3.PATH: ${.CURDIR}/../../dev/mcd
4
5KMOD=	mcd
6SRCS=	mcd.c mcd_isa.c \
7	bus_if.h device_if.h isa_if.h
8
9.include <bsd.kmod.mk>
10