summaryrefslogtreecommitdiffstats
path: root/sys/modules/syscons/Makefile
blob: e214f93eb130ebfba76c178aadf77c9e3c8048bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $FreeBSD$

SUBDIR =
SUBDIR += blank
SUBDIR += daemon
SUBDIR += fade
SUBDIR += fire
SUBDIR += green
SUBDIR += logo
SUBDIR += rain
SUBDIR += snake
SUBDIR += star
SUBDIR += warp

.if ${MACHINE_ARCH} == "i386"
SUBDIR += apm
.endif

.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud