Makefile revision 163771
1# $FreeBSD: head/sys/modules/powermac_nvram/Makefile 163771 2006-10-29 17:23:54Z marius $
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
8
9.include <bsd.kmod.mk>
10