e5d34218fb
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
9 lines
145 B
Makefile
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>
|