1# $FreeBSD: releng/11.0/sys/modules/powermac_nvram/Makefile 185428 2008-11-29 08:45:20Z bz $
2
3.PATH: ${.CURDIR}/../../dev/powermac_nvram
4
5KMOD=	powermac_nvram
6SRCS=	powermac_nvram.c powermac_nvramvar.h
7SRCS+=	bus_if.h device_if.h
8SRCS+=	ofw_bus_if.h
9
10.include <bsd.kmod.mk>
11