mirror of
https://github.com/opnsense/src.git
synced 2026-04-02 07:55:21 -04:00
9 lines
173 B
Makefile
9 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>
|