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 /bsd-core | |
parent | 48cc350e21acd2b4b03c76937e2861af5271435a (diff) |
Include non-radeon modules in the build.
Diffstat (limited to 'bsd-core')
-rw-r--r-- | bsd-core/Makefile | 2 |
1 files changed, 1 insertions, 1 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> |