81b60c7395
Add support for NEC PC-9821 PEGC screen (fire/logo/rain/warp_saver).
21 lines
272 B
Makefile
21 lines
272 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR =
|
|
SUBDIR += blank
|
|
SUBDIR += daemon
|
|
SUBDIR += dragon
|
|
SUBDIR += fade
|
|
SUBDIR += fire
|
|
SUBDIR += green
|
|
SUBDIR += logo
|
|
SUBDIR += rain
|
|
SUBDIR += snake
|
|
SUBDIR += star
|
|
SUBDIR += warp
|
|
|
|
.if ${MACHINE_ARCH} == "i386"
|
|
SUBDIR += apm
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|