Add sunffb to VIDEO_ON on sparc64.

Suggested by:	marius
This commit is contained in:
Florent Thoumie 2007-08-28 22:07:53 +00:00
parent ac63c9ad27
commit 91810f280c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=198466

View File

@ -21,6 +21,10 @@ INPUTDIR= ${PREFIX}/lib/xorg/modules/input
NO_BUILD= yes
.if !defined(ARCH)
ARCH!= /usr/bin/uname -p
.endif
VIDEO_ON= ati \
i810 \
nv \
@ -36,8 +40,13 @@ VIDEO_OFF= apm ark \
rendition \
s3 s3virge savage siliconmotion sis \
tdfx tga trident tseng \
vmware voodoo \
sunffb
vmware voodoo
.if ${ARCH} == "sparc64"
VIDEO_ON+= sunffb
.else
VIDEO_OFF+= sunffb
.endif
INPUT_ON= mouse \
keyboard