Makefile revision 51101
1# $FreeBSD: head/sys/modules/syscons/Makefile 51101 1999-09-08 19:17:15Z des $
2
3SUBDIR =
4SUBDIR += blank
5SUBDIR += daemon
6SUBDIR += fade
7SUBDIR += fire
8SUBDIR += green
9SUBDIR += logo
10SUBDIR += rain
11SUBDIR += snake
12SUBDIR += star
13SUBDIR += warp
14
15.include <bsd.subdir.mk>
16