Makefile revision 104445
1# $FreeBSD: head/sys/modules/mcd/Makefile 104445 2002-10-04 07:14:19Z mdodd $
2
3.PATH: ${.CURDIR}/../../dev/mcd
4
5KMOD=	mcd
6SRCS=	mcd.c mcd_isa.c
7SRCS+=	bus_if.h device_if.h isa_if.h opt_geom.h
8
9opt_geom.h:
10	@echo > opt_geom.h
11
12.include <bsd.kmod.mk>
13