Makefile revision 60062
1# $FreeBSD: head/sys/modules/syscons/Makefile 60062 2000-05-06 02:06:35Z obrien $
2
3SUBDIR =
4SUBDIR += blank
5SUBDIR += daemon
6SUBDIR += fade
7SUBDIR += fire
8SUBDIR += green
9SUBDIR += logo
10SUBDIR += rain
11SUBDIR += snake
12SUBDIR += star
13SUBDIR += warp
14
15.if ${MACHINE_ARCH} == "i386"
16SUBDIR += apm
17.endif
18
19.include <bsd.subdir.mk>
20