mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 18:00:31 -05:00
7 lines
103 B
Makefile
7 lines
103 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/dev/syscons/blank
|
|
|
|
KMOD= blank_saver
|
|
SRCS= blank_saver.c
|
|
|
|
.include <bsd.kmod.mk>
|