freebsd-dev/sys/modules/syscons/Makefile
Akio Morita 81b60c7395 Add new graphical screen saver (dragon_saver).
Add support for NEC PC-9821 PEGC screen (fire/logo/rain/warp_saver).
2002-03-23 12:36:19 +00:00

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>