summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2006-08-01 22:19:01 +0000
committersobomax <sobomax@FreeBSD.org>2006-08-01 22:19:01 +0000
commita2e1257dac349364bf2162e7c5d187107fcd8725 (patch)
treeaba24c38e600543d1256c6e33ef0efd99bf3900f /usr.sbin/Makefile
parenta152234cf9a52766984ecb9a96cc1e5740ae9d78 (diff)
downloadFreeBSD-src-a2e1257dac349364bf2162e7c5d187107fcd8725.zip
FreeBSD-src-a2e1257dac349364bf2162e7c5d187107fcd8725.tar.gz
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
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index ea8a426..0ae2950 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -110,6 +110,7 @@ SUBDIR= ac \
nghook \
nologin \
ntp \
+ ${_nvram} \
${_ofwdump} \
${_pccard} \
pciconf \
@@ -369,6 +370,7 @@ _zzz= zzz
.if ${MACHINE_ARCH} == "powerpc"
_mount_smbfs= mount_smbfs
+_nvram= nvram
.endif
.if ${MACHINE_ARCH} == "sparc64"
OpenPOWER on IntegriCloud