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