# $FreeBSD$ KMOD= snake_saver SRCS= snake_saver.c NOMAN= CFLAGS+= -I${.CURDIR}/.. .if ${MACHINE} == "pc98" CFLAGS+= -DPC98 .endif .include