summaryrefslogtreecommitdiffstats
path: root/sys/modules/syscons/Makefile
blob: b047845deced0c96617f70da1f314cc5da27dd54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# $FreeBSD$

SUBDIR=	${_apm} \
	${_beastie} \
	blank \
	${_daemon} \
	${_dragon} \
	fade \
	${_fire} \
	green \
	${_logo} \
	${_rain} \
	${_snake} \
	${_star} \
	${_warp}

.if ${MACHINE_CPUARCH} == "i386"
_apm=		apm
.endif

.if ${MACHINE_CPUARCH} != "sparc64"
_beastie=	beastie
_beastie=	beastie
_daemon=	daemon
_dragon=	dragon
_fire=		fire
_logo=		logo
_rain=		rain
_snake=		snake
_star=		star
_warp=		warp
.endif

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