Disable man pages "properly".

Fixes build problem on older NetBSD systems.
This commit is contained in:
lukem 2008-09-07 14:07:21 +00:00
parent 8fa1918353
commit c497ca5bf0
2 changed files with 6 additions and 4 deletions

View File

@ -1,9 +1,10 @@
# $NetBSD: Makefile,v 1.1.1.1 2008/07/29 05:01:22 mrg Exp $
# $NetBSD: Makefile,v 1.2 2008/09/07 14:07:21 lukem Exp $
NOMAN= # defined
.include <bsd.own.mk>
PROG= glxgears
MAN= # defined
CPPFLAGS+=${X11FLAGS.THREADS}

View File

@ -1,9 +1,10 @@
# $NetBSD: Makefile,v 1.1.1.1 2008/07/29 05:01:22 mrg Exp $
# $NetBSD: Makefile,v 1.2 2008/09/07 14:07:21 lukem Exp $
NOMAN= # defined
.include <bsd.own.mk>
PROG= glxinfo
MAN= # defined
CPPFLAGS+=${X11FLAGS.THREADS} -DDO_GLU