xref: /dragonfly/sys/dev/misc/syscons/Makefile (revision 3f5e28f4)
1# $FreeBSD: src/sys/modules/syscons/Makefile,v 1.11.2.2 2003/05/15 02:02:39 murray Exp $
2# $DragonFly: src/sys/dev/misc/syscons/Makefile,v 1.4 2007/01/19 07:23:42 dillon Exp $
3#
4
5.include "../../../platform/${MACHINE_PLATFORM}/Makefile.inc"
6
7SUBDIR =
8SUBDIR += blank
9SUBDIR += daemon
10SUBDIR += dragon
11SUBDIR += fade
12SUBDIR += fire
13SUBDIR += green
14SUBDIR += logo
15SUBDIR += rain
16SUBDIR += snake
17SUBDIR += star
18SUBDIR += warp
19
20.ifdef SYSCONS_APM_SUPPORT
21SUBDIR += apm
22.endif
23
24.include <bsd.subdir.mk>
25