mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
8 lines
115 B
Makefile
8 lines
115 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/syscons/green
|
|
|
|
KMOD= green_saver
|
|
SRCS= green_saver.c
|
|
|
|
.include <bsd.kmod.mk>
|