diff options
author | Eric Anholt <anholt@freebsd.org> | 2003-02-08 03:23:23 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2003-02-08 03:23:23 +0000 |
commit | 939c60b80a579c9b3eeb9f23fbb269cb19229623 (patch) | |
tree | 7f03c46e7c26550371d20571c995e3948b8a5417 /bsd/Makefile.bsd | |
parent | 6e37c2064796742b9a2f56aae99fe32f8f160a30 (diff) |
Remove the untested, unused gamma driver.mesa-4-0-4-20030222mesa-4-0-4-20030216mesa-4-0-4-20030208mesa-4-0-4-branch
Diffstat (limited to 'bsd/Makefile.bsd')
-rw-r--r-- | bsd/Makefile.bsd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bsd/Makefile.bsd b/bsd/Makefile.bsd index ea44a7cd..44d9eff0 100644 --- a/bsd/Makefile.bsd +++ b/bsd/Makefile.bsd @@ -1,6 +1,6 @@ # $FreeBSD$ # i810, i830 & sis are not complete -SUBDIR = gamma mga r128 radeon tdfx # i810 i830 sis +SUBDIR = mga r128 radeon tdfx # gamma i810 i830 sis .include <bsd.subdir.mk> |