mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
6 lines
90 B
Makefile
6 lines
90 B
Makefile
.PATH: ${SRCTOP}/sys/dev/fb
|
|
|
|
KMOD= splash_txt
|
|
SRCS= splash_txt.c
|
|
|
|
.include <bsd.kmod.mk>
|