Deleted Added
full compact
Makefile (160892) Makefile (163771)
1# $FreeBSD: head/sys/modules/powermac_nvram/Makefile 160892 2006-08-01 22:19:01Z sobomax $
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
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
7
8.include <bsd.kmod.mk>
8
9.include <bsd.kmod.mk>