mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
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
8 lines
145 B
Makefile
8 lines
145 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/powermac_nvram
|
|
|
|
KMOD= powermac_nvram
|
|
SRCS= powermac_nvram.c powermac_nvramvar.h
|
|
|
|
.include <bsd.kmod.mk>
|