# $FreeBSD: stable/4/sys/modules/syscons/Makefile 115008 2003-05-15 02:02:39Z murray $

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>
