mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
9 lines
107 B
Makefile
9 lines
107 B
Makefile
# $FreeBSD$
|
|
|
|
KMOD= fade_saver
|
|
SRCS= fade_saver.c
|
|
|
|
NOMAN=
|
|
CFLAGS+= -I${.CURDIR}/..
|
|
|
|
.include <bsd.kmod.mk>
|