diff options
Diffstat (limited to 'app/glxgears/Makefile')
-rw-r--r-- | app/glxgears/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/glxgears/Makefile b/app/glxgears/Makefile index 7b6b83246..e0fe05641 100644 --- a/app/glxgears/Makefile +++ b/app/glxgears/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.5 2007/04/08 21:53:14 matthieu Exp $ -.include <bsd.own.mk> -X11BASE?= /usr/X11R6 +# $OpenBSD: Makefile,v 1.6 2008/03/25 23:41:50 matthieu Exp $ +.include <bsd.xconf.mk> + DIST= ${XSRCDIR}/dist/Mesa GLXGEARS= ${DIST}/progs/xdemos MANDIR= ${X11BASE}/man/cat |