Merge from vendor branch GCC:
[dragonfly.git] / sys / dev / misc / syscons / Makefile
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.3 2006/11/07 20:48:11 dillon Exp $
3 #
4
5 .include "../../../machine/${MACHINE}/Makefile.inc"
6
7 SUBDIR =
8 SUBDIR += blank
9 SUBDIR += daemon
10 SUBDIR += dragon
11 SUBDIR += fade
12 SUBDIR += fire
13 SUBDIR += green
14 SUBDIR += logo
15 SUBDIR += rain
16 SUBDIR += snake
17 SUBDIR += star
18 SUBDIR += warp
19
20 .ifdef SYSCONS_APM_SUPPORT
21 SUBDIR += apm
22 .endif
23
24 .include <bsd.subdir.mk>