10 lines
173 B
Makefile
10 lines
173 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/powermac_nvram
|
|
|
|
KMOD= powermac_nvram
|
|
SRCS= powermac_nvram.c powermac_nvramvar.h
|
|
SRCS+= bus_if.h device_if.h
|
|
|
|
.include <bsd.kmod.mk>
|