diff options
Diffstat (limited to 'lib/libGL/glsl/Makefile')
-rw-r--r-- | lib/libGL/glsl/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/libGL/glsl/Makefile b/lib/libGL/glsl/Makefile new file mode 100644 index 000000000..adb59c32e --- /dev/null +++ b/lib/libGL/glsl/Makefile @@ -0,0 +1,7 @@ +# $OpenBSD: Makefile,v 1.1 2010/05/22 20:14:15 matthieu Exp $ + +SUBDIR= pp cl apps + +build depend all install clean cleandir: _SUBDIRUSE + +.include <bsd.xorg.mk> |