freebsd-dev/sys/modules/powermac_nvram/Makefile
Maxim Sobolev e5d34218fb Add device to access and modify Open Firmware NVRAM settings in
PowerPC-based Apple's machines and small utility to do it from
userland modelled after the similar utility in Darwin/OSX.

Only tested on 1.25GHz G4 Mac Mini.

MFC after:	1 month
2006-08-01 22:19:01 +00:00

9 lines
145 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/powermac_nvram
KMOD= powermac_nvram
SRCS= powermac_nvram.c powermac_nvramvar.h
.include <bsd.kmod.mk>