diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-12-04 22:00:29 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-12-04 22:00:29 +0000 |
commit | f5ceb11d426116e2095295d9b4cb1748e4c0e7b5 (patch) | |
tree | 86bbe6b9e98fd694e5bd19946d01c1e8c9ebf8ff /lib/libGL/dri/Makefile | |
parent | d1f8c03b21cc2ace82e45dbb305cd91b81559412 (diff) |
Build infrastructure for libGL dri modules.
Work in progress, not connected to the build yet.
Diffstat (limited to 'lib/libGL/dri/Makefile')
-rw-r--r-- | lib/libGL/dri/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/libGL/dri/Makefile b/lib/libGL/dri/Makefile new file mode 100644 index 000000000..277357780 --- /dev/null +++ b/lib/libGL/dri/Makefile @@ -0,0 +1,6 @@ +SUBDIR= i810 i915 i965 mach64 mga r128 \ + r200 r300 radeon savage sis tdfx unichrome + +.include <bsd.subdir.mk> + +build: _SUBDIRUSE |