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>
|