# $FreeBSD: head/sys/modules/syscons/star/Makefile 60966 2000-05-27 01:14:33Z peter $ KMOD= star_saver SRCS= star_saver.c NOMAN= CFLAGS+= -I${.CURDIR}/.. .if ${MACHINE} == "pc98" CFLAGS+= -DPC98 .endif .include