freebsd-dev/sys/modules/syscons/Makefile
Marius Strobl 716dfa4cb8 Build blank_saver.ko, fade_saver.ko and green_saver.ko on sparc64
now that they work with creator(4) and machfb(4).

Reviewed by:	ru (style)
Approved by:	re (scottl)
2005-07-10 11:47:04 +00:00

32 lines
384 B
Makefile

# $FreeBSD$
SUBDIR= ${_apm} \
blank \
${_daemon} \
${_dragon} \
fade \
${_fire} \
green \
${_logo} \
${_rain} \
${_snake} \
${_star} \
${_warp}
.if ${MACHINE_ARCH} == "i386"
_apm= apm
.endif
.if ${MACHINE_ARCH} != "sparc64"
_daemon= daemon
_dragon= dragon
_fire= fire
_logo= logo
_rain= rain
_snake= snake
_star= star
_warp= warp
.endif
.include <bsd.subdir.mk>