freebsd-dev/sys/modules/syscons/Makefile

21 lines
272 B
Makefile
Raw Normal View History

1999-08-28 01:08:13 +00:00
# $FreeBSD$
1999-09-08 19:17:15 +00:00
SUBDIR =
SUBDIR += blank
SUBDIR += daemon
SUBDIR += dragon
1999-09-08 19:17:15 +00:00
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>