diff options
author | Eric Anholt <anholt@freebsd.org> | 2003-04-29 21:01:36 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2003-04-29 21:01:36 +0000 |
commit | 33bd6d1259af8a9f24ec15b5604c7ac9344d8bfd (patch) | |
tree | 410fbd695d38163f504731a5fa2e797cb36fdbb6 | |
parent | 3b383704a1a048aadc7506f495a1e82ad8dd1c0f (diff) |
Add mach64 to the list of modules to 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 6281b00c..b2c1d1cd 100644 --- a/bsd-core/Makefile +++ b/bsd-core/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ # i810, i830 & sis are not complete -SUBDIR = mga r128 radeon tdfx # i810 i830 sis gamma +SUBDIR = mach64 mga r128 radeon tdfx # i810 i830 sis gamma .include <bsd.subdir.mk> diff --git a/bsd/Makefile b/bsd/Makefile index 6281b00c..b2c1d1cd 100644 --- a/bsd/Makefile +++ b/bsd/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ # i810, i830 & sis are not complete -SUBDIR = mga r128 radeon tdfx # i810 i830 sis gamma +SUBDIR = mach64 mga r128 radeon tdfx # i810 i830 sis gamma .include <bsd.subdir.mk> diff --git a/bsd/Makefile.bsd b/bsd/Makefile.bsd index 6281b00c..b2c1d1cd 100644 --- a/bsd/Makefile.bsd +++ b/bsd/Makefile.bsd @@ -1,6 +1,6 @@ # $FreeBSD$ # i810, i830 & sis are not complete -SUBDIR = mga r128 radeon tdfx # i810 i830 sis gamma +SUBDIR = mach64 mga r128 radeon tdfx # i810 i830 sis gamma .include <bsd.subdir.mk> |