mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 06:07:31 -04:00
and can serve as a template for further efforts. Consider this my (belated) Christmas present to the Project :) Requested by: jkh
9 lines
102 B
Makefile
9 lines
102 B
Makefile
# $Id$
|
|
|
|
KMOD= warp_saver
|
|
SRCS= warp_saver.c
|
|
|
|
NOMAN=
|
|
CFLAGS+= -I${.CURDIR}/..
|
|
|
|
.include <bsd.kmod.mk>
|