summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd T. Fries <todd@cvs.openbsd.org>2008-02-21 08:04:45 +0000
committerTodd T. Fries <todd@cvs.openbsd.org>2008-02-21 08:04:45 +0000
commit843f77dbccba9c4328d0210cb693e3f05d3bfa32 (patch)
tree97c15eb90e088444e47a6b9cd34c3854e7e2e77f
parent133bacad91d375572233230b31646aba7c686763 (diff)
no dri/GL apps for landisk; ok matthieu@
-rw-r--r--app/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/Makefile b/app/Makefile
index e0d86a1cf..aa30c9688 100644
--- a/app/Makefile
+++ b/app/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.13 2008/02/16 21:41:37 miod Exp $
+# $OpenBSD: Makefile,v 1.14 2008/02/21 08:04:44 todd Exp $
SUBDIR= bdftopcf mkfontscale mkfontdir \
appres beforelight bitmap editres fonttosfnt fslsfonts \
@@ -21,7 +21,8 @@ SUBDIR += xfs
.endif
# GL
-.if ${MACHINE} != "sgi" && ${MACHINE} != "vax" && ${MACHINE_ARCH} != "m88k"
+.if ${MACHINE} != "sgi" && ${MACHINE} != "vax" && ${MACHINE_ARCH} != "m88k" \
+ && ${MACHINE} != "landisk"
SUBDIR += xdriinfo glxgears glxinfo
.endif