$NetBSD: patch-Makefile,v 1.1.1.1 2012/02/26 20:41:04 reinoud Exp $ --- Makefile.orig 2011-12-01 21:25:12.000000000 +0000 +++ Makefile @@ -1,4 +1,5 @@ -SUBDIRS = glew src example +# only build src since we are linking using pkgsrc to libglew +SUBDIRS = src all: for X in $(SUBDIRS); do make -C $$X ; done