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)
This commit is contained in:
Marius Strobl 2005-07-10 11:47:04 +00:00
parent 842f3472dc
commit 716dfa4cb8
2 changed files with 21 additions and 13 deletions

View File

@ -277,11 +277,8 @@ SUBDIR= ${_3dfx} \
${_xe} \
xl
.if ${MACHINE_ARCH} != "sparc64" && ${MACHINE_ARCH} != "powerpc"
_syscons= syscons
.endif
.if ${MACHINE_ARCH} != "powerpc"
_syscons= syscons
_uart= uart
_vpo= vpo
.endif

View File

@ -2,19 +2,30 @@
SUBDIR= ${_apm} \
blank \
daemon \
dragon \
${_daemon} \
${_dragon} \
fade \
fire \
${_fire} \
green \
logo \
rain \
snake \
star \
warp
${_logo} \
${_rain} \
${_snake} \
${_star} \
${_warp}
.if ${MACHINE_ARCH} == "i386"
_apm= apm
_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>