summaryrefslogtreecommitdiffstats
path: root/sys/modules/syscons/star/Makefile
blob: edbeeae73054a9674ac390af23d4948f1ac44e30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $FreeBSD$

.PATH:	${.CURDIR}/../../../dev/syscons/star

KMOD=	star_saver
SRCS=	star_saver.c

.if ${MACHINE} == "pc98"
CFLAGS+= -DPC98
.endif

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud