mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-25 12:02:01 +01:00
10 lines
140 B
Makefile
10 lines
140 B
Makefile
# $Id$
|
|
|
|
KMOD= snake_saver_mod
|
|
SRCS= snake_saver.c
|
|
|
|
NOMAN=
|
|
CFLAGS+= -DLKM -I${.CURDIR}/.. -I${.CURDIR}/../../../sys
|
|
|
|
.include <bsd.kmod.mk>
|