View | Details | Raw Unified | Return to bug 152889
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 33-39 Link Here
33
33
34
.if ${ARCH} == "sparc64"
34
.if ${ARCH} == "sparc64"
35
VIDEO_ON+=	sunffb
35
VIDEO_ON+=	sunffb
36
.else
36
.elif ${ARCH} == "amd86" || ${ARCH} == "i386" || ${ARCH} == "ia64"
37
VIDEO_ON+=	openchrome
37
VIDEO_ON+=	openchrome
38
.endif
38
.endif

Return to bug 152889