Merge branch 'vendor/LIBPCAP'
[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.5 2007/08/09 02:27:51 swildner Exp $
3 #
4
5 .include "../../../platform/${MACHINE_PLATFORM}/Makefile.inc"
6
7 SUBDIR =
8 SUBDIR += blank
9 SUBDIR += dragon
10 SUBDIR += fade
11 SUBDIR += fire
12 SUBDIR += fred
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>