# $FreeBSD: stable/5/sys/modules/syscons/Makefile 124711 2004-01-19 12:36:08Z ru $

SUBDIR=	${_apm} \
	blank \
	daemon \
	dragon \
	fade \
	fire \
	green \
	logo \
	rain \
	snake \
	star \
	warp

.if ${MACHINE_ARCH} == "i386"
_apm=	apm
.endif

.include <bsd.subdir.mk>
