summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2010-05-30 20:42:45 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2010-05-30 20:42:45 +0000
commit4174b67557d9f48ff51764a2e9126641627274b4 (patch)
tree930c3c9bfdbb54a695f5293b570791c94d37b892 /lib
parentd59e979f602fde4d9979a3fff045ba5ad12be448 (diff)
Remove an extra debug target that leaked in.
Diffstat (limited to 'lib')
-rw-r--r--lib/libGL/glsl/cl/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libGL/glsl/cl/Makefile b/lib/libGL/glsl/cl/Makefile
index 75d20c62e..ab52ee53e 100644
--- a/lib/libGL/glsl/cl/Makefile
+++ b/lib/libGL/glsl/cl/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2010/05/22 20:14:15 matthieu Exp $
+# $OpenBSD: Makefile,v 1.2 2010/05/30 20:42:44 matthieu Exp $
TOP= ${.CURDIR}/../../../../dist/Mesa
@@ -7,9 +7,6 @@ C_SOURCES = \
LIB= libglslcl
-test:
- @echo ${.OBJDIR}
-
.include <bsd.xorg.mk>
.PATH: ${TOP}/src/glsl/cl