diff options
author | Robert Noland <rnoland@2hip.net> | 2009-03-16 01:07:15 -0500 |
---|---|---|
committer | Robert Noland <rnoland@2hip.net> | 2009-03-16 01:17:00 -0500 |
commit | e8d34762558224bb76862425de965c47858f2afd (patch) | |
tree | 0d3cbcfd0fe10ceee2e1253e04de4e0393ad4dce /bsd-core/Makefile | |
parent | dec955d728505f060afccd047ff2b572cb4ba3c1 (diff) |
FreeBSD: Set up the nouveau build infrastructure
disabled by default until the rest of the patches are in.
Diffstat (limited to 'bsd-core/Makefile')
-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 a58ac0a5..0e0332df 100644 --- a/bsd-core/Makefile +++ b/bsd-core/Makefile @@ -1,6 +1,6 @@ SHARED= ../shared-core -SUBDIR = drm mach64 mga r128 radeon savage sis tdfx i915 # via +SUBDIR = drm mach64 mga r128 radeon savage sis tdfx i915 #nouveau .include <bsd.obj.mk> |