mirror of
https://github.com/opnsense/src.git
synced 2026-03-22 02:40:09 -04:00
9 lines
119 B
Makefile
9 lines
119 B
Makefile
# $FreeBSD$
|
|
|
|
KMOD= logo_saver
|
|
SRCS= logo_saver.c
|
|
NOMAN=
|
|
|
|
CFLAGS+= -I${.CURDIR}/.. -I${.CURDIR}
|
|
|
|
.include <bsd.kmod.mk>
|