1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00
freebsd/sys/modules/syscons/Makefile
2000-05-06 02:06:35 +00:00

20 lines
255 B
Makefile

# $FreeBSD$
SUBDIR =
SUBDIR += blank
SUBDIR += daemon
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>