2aebedc3ad
and can serve as a template for further efforts. Consider this my (belated) Christmas present to the Project :) Requested by: jkh
10 lines
102 B
Makefile
10 lines
102 B
Makefile
# $Id$
|
|
|
|
KMOD= warp_saver
|
|
SRCS= warp_saver.c
|
|
|
|
NOMAN=
|
|
CFLAGS+= -I${.CURDIR}/..
|
|
|
|
.include <bsd.kmod.mk>
|