opnsense-src/sys/modules/syscons/Makefile
Franco Fichtner 51aeb3f459 src: clean-cut move to release/10.3.0
Taken from: FreeBSD
Commit ref: b62280e683e2
2016-05-21 08:25:57 +02:00

36 lines
471 B
Makefile

# $FreeBSD$
SUBDIR= ${_apm} \
${_beastie} \
blank \
${_daemon} \
${_dragon} \
fade \
${_fire} \
green \
${_logo} \
${_plasma} \
${_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
_plasma= plasma
_rain= rain
_snake= snake
_star= star
_warp= warp
.endif
.include <bsd.subdir.mk>