]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/modules/powermac_nvram/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / sys / modules / powermac_nvram / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../dev/powermac_nvram
4
5 KMOD=   powermac_nvram
6 SRCS=   powermac_nvram.c powermac_nvramvar.h
7 SRCS+=  bus_if.h device_if.h
8 SRCS+=  ofw_bus_if.h
9
10 .include <bsd.kmod.mk>