mirror of
https://github.com/opnsense/src.git
synced 2026-03-03 13:51:30 -05:00
PR: kern/143370 Submitted by: Antony Mawer <antony@mawer.org> Reviewed by: gjb (doc) Reviewed by: des (style) Approved by: ed MFC after: 1 month
7 lines
108 B
Makefile
7 lines
108 B
Makefile
# $FreeBSD$
|
|
.PATH: ${.CURDIR}/../../../dev/fb
|
|
|
|
KMOD= splash_txt
|
|
SRCS= splash_txt.c
|
|
|
|
.include <bsd.kmod.mk>
|