freebsd-dev/usr.sbin/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
73 B
Makefile

# $FreeBSD$
PROG= nvram
MAN= nvram.8
WARNS?= 6
.include <bsd.prog.mk>