diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-01-06 18:34:39 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-01-06 18:34:39 +0000 |
commit | bfa4c01302b80fc5bd4550385561b00bae4c6e9c (patch) | |
tree | 1dcbcf8e74d0cc99b9cf3546f68272b3d40c6d67 /lib/libGL/dri/Makefile | |
parent | 6374abd85d990f1e5770098f67b9c3efc0fb93e9 (diff) |
Better support for recursive make.
Diffstat (limited to 'lib/libGL/dri/Makefile')
-rw-r--r-- | lib/libGL/dri/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libGL/dri/Makefile b/lib/libGL/dri/Makefile index 277357780..1aa39e1f2 100644 --- a/lib/libGL/dri/Makefile +++ b/lib/libGL/dri/Makefile @@ -1,6 +1,8 @@ SUBDIR= i810 i915 i965 mach64 mga r128 \ r200 r300 radeon savage sis tdfx unichrome -.include <bsd.subdir.mk> +build all install clean cleandir: _SUBDIRUSE + +.include <bsd.xorg.mk> + -build: _SUBDIRUSE |