xref: /dragonfly/sys/dev/misc/syscons/Makefile (revision 10cbe914)
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.5 2007/08/09 02:27:51 swildner Exp $
3#
4
5.include "../../../platform/${MACHINE_PLATFORM}/Makefile.inc"
6
7SUBDIR =
8SUBDIR += blank
9SUBDIR += dragon
10SUBDIR += fade
11SUBDIR += fire
12SUBDIR += fred
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