81b60c7395
Add support for NEC PC-9821 PEGC screen (fire/logo/rain/warp_saver).
15 lines
219 B
Makefile
15 lines
219 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../dev/syscons/dragon
|
|
|
|
KMOD= dragon_saver
|
|
SRCS= dragon_saver.c
|
|
|
|
#CWARNFLAGS= -Wall -Wno-long-long -pedantic
|
|
|
|
.if ${MACHINE} == "pc98"
|
|
CFLAGS+= -DPC98
|
|
.endif
|
|
|
|
.include <bsd.kmod.mk>
|