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
73 B
Makefile
9 lines
73 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= nvram
|
|
MAN= nvram.8
|
|
|
|
WARNS?= 6
|
|
|
|
.include <bsd.prog.mk>
|