echo "------------ BUILDING FBSET --------------"

cd $TMP
tar xzvf $ORIGPATH/source/fbset-2.1.tar.gz
cd fbset*

# Its Makefile ignores our $CC so we have to force it.
make -e CC=$CC && make install

install -m644 etc/fb.modes.ATI /etc/fb.modes

#EOF


