17d6c63672
Not objected to by: -current
13 lines
170 B
Makefile
13 lines
170 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../dev/syscons/snake
|
|
|
|
KMOD= snake_saver
|
|
SRCS= snake_saver.c
|
|
|
|
.if ${MACHINE} == "pc98"
|
|
CFLAGS+= -DPC98
|
|
.endif
|
|
|
|
.include <bsd.kmod.mk>
|