xref: /dflybsd-src/sys/dev/misc/syscons/Makefile (revision 2352f0a1f698cd45b3e2f9dff7da146bcc5e0de5)
1984263bcSMatthew Dillon# $FreeBSD: src/sys/modules/syscons/Makefile,v 1.11.2.2 2003/05/15 02:02:39 murray Exp $
2527fddf7SMatthew Dillon#
3527fddf7SMatthew Dillon
40955fd91SMatthew Dillon.include "../../../platform/${MACHINE_PLATFORM}/Makefile.inc"
5984263bcSMatthew Dillon
6984263bcSMatthew DillonSUBDIR =
7984263bcSMatthew DillonSUBDIR += blank
8984263bcSMatthew DillonSUBDIR += dragon
9984263bcSMatthew DillonSUBDIR += fade
10984263bcSMatthew DillonSUBDIR += fire
11*7a246c9eSSascha WildnerSUBDIR += fred
12984263bcSMatthew DillonSUBDIR += green
13984263bcSMatthew DillonSUBDIR += logo
14984263bcSMatthew DillonSUBDIR += rain
15984263bcSMatthew DillonSUBDIR += snake
16984263bcSMatthew DillonSUBDIR += star
17984263bcSMatthew DillonSUBDIR += warp
18984263bcSMatthew Dillon
19984263bcSMatthew Dillon.include <bsd.subdir.mk>
20