diff options
author | Eric Anholt <anholt@freebsd.org> | 2002-08-27 01:22:55 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2002-08-27 01:22:55 +0000 |
commit | 5e81d590d557672376795011b9d78e93d10e2f7f (patch) | |
tree | cbcc23310c90a0c878ac7bc156213fe512f9f9bf | |
parent | 48cc350e21acd2b4b03c76937e2861af5271435a (diff) |
Include non-radeon modules in the build.
-rw-r--r-- | bsd-core/Makefile | 2 | ||||
-rw-r--r-- | bsd/Makefile | 2 | ||||
-rw-r--r-- | bsd/Makefile.bsd | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/bsd-core/Makefile b/bsd-core/Makefile index f26fd53d..ea44a7cd 100644 --- a/bsd-core/Makefile +++ b/bsd-core/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ # i810, i830 & sis are not complete -SUBDIR = radeon # r128 i810 sis i830 tdfx mga gamma +SUBDIR = gamma mga r128 radeon tdfx # i810 i830 sis .include <bsd.subdir.mk> diff --git a/bsd/Makefile b/bsd/Makefile index f26fd53d..ea44a7cd 100644 --- a/bsd/Makefile +++ b/bsd/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ # i810, i830 & sis are not complete -SUBDIR = radeon # r128 i810 sis i830 tdfx mga gamma +SUBDIR = gamma mga r128 radeon tdfx # i810 i830 sis .include <bsd.subdir.mk> diff --git a/bsd/Makefile.bsd b/bsd/Makefile.bsd index f26fd53d..ea44a7cd 100644 --- a/bsd/Makefile.bsd +++ b/bsd/Makefile.bsd @@ -1,6 +1,6 @@ # $FreeBSD$ # i810, i830 & sis are not complete -SUBDIR = radeon # r128 i810 sis i830 tdfx mga gamma +SUBDIR = gamma mga r128 radeon tdfx # i810 i830 sis .include <bsd.subdir.mk> |