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