]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/modules/powermac_nvram/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.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>