mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
13 lines
158 B
Makefile
13 lines
158 B
Makefile
# $FreeBSD$
|
|
|
|
KMOD= snake_saver
|
|
SRCS= snake_saver.c
|
|
|
|
NOMAN=
|
|
CFLAGS+= -I${.CURDIR}/..
|
|
|
|
.if ${MACHINE} == "pc98"
|
|
CFLAGS+= -DPC98
|
|
.endif
|
|
|
|
.include <bsd.kmod.mk>
|