diff options
Diffstat (limited to 'lib/libGL/dri')
-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 |