diff options
author | netchild <netchild@FreeBSD.org> | 2003-09-24 21:59:43 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2003-09-24 21:59:43 +0800 |
commit | ef4ed6f5a1e9efdccff4c02165180b6ec8c4b994 (patch) | |
tree | 9d861678340678118e4d699321569016b11c5ecb /sysutils/Makefile | |
parent | 402646769184222ad8011c9aa2e18c8e20a81803 (diff) | |
download | freebsd-ports-gnome-ef4ed6f5a1e9efdccff4c02165180b6ec8c4b994.tar.gz freebsd-ports-gnome-ef4ed6f5a1e9efdccff4c02165180b6ec8c4b994.tar.zst freebsd-ports-gnome-ef4ed6f5a1e9efdccff4c02165180b6ec8c4b994.zip |
Add afbinit, a tool to load the microcode firmware onto Sun Microsystem
AFB Graphics Accelerators aka Sun Microsystems Elite 3D. The microcode
is necessary if you want to run XFree86 with acceleration on these cards.
The microcode in itself has to be obtained from an existing SunOS/Solaris
installation.
Submitted by: Marius Strobl <marius@alchemy.franken.de>
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 3d133a7088e6..03b544853c40 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -7,6 +7,7 @@ SUBDIR += Tee SUBDIR += abck SUBDIR += acidlaunch + SUBDIR += afbinit SUBDIR += afio SUBDIR += ah-tty SUBDIR += and |