diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2015-12-23 05:06:06 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2015-12-23 05:06:06 +0000 |
commit | 438eac2ed0dc3dce6a7b1d025fe9c98f7c5f61f7 (patch) | |
tree | 49faf4a50eabd8d530733e5c2640b6e40573f940 /lib/libGL/glsl/Makefile | |
parent | e5a32f026ff84690b60be223123b04c67e2bae66 (diff) |
remove now unused local build system for Mesa
Diffstat (limited to 'lib/libGL/glsl/Makefile')
-rw-r--r-- | lib/libGL/glsl/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/libGL/glsl/Makefile b/lib/libGL/glsl/Makefile deleted file mode 100644 index 4c191965f..000000000 --- a/lib/libGL/glsl/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -# $OpenBSD: Makefile,v 1.2 2011/10/23 13:57:36 matthieu Exp $ - -SUBDIR= libglsl -# glsl_compiler glcpp - -build depend all install clean cleandir: _SUBDIRUSE - -.include <bsd.xorg.mk> |