summaryrefslogtreecommitdiff
path: root/xserver
diff options
context:
space:
mode:
Diffstat (limited to 'xserver')
-rw-r--r--xserver/Makefile.bsd-wrapper4
1 files changed, 2 insertions, 2 deletions
diff --git a/xserver/Makefile.bsd-wrapper b/xserver/Makefile.bsd-wrapper
index 6cba14203..7abc20b28 100644
--- a/xserver/Makefile.bsd-wrapper
+++ b/xserver/Makefile.bsd-wrapper
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.13 2007/05/12 14:24:59 matthieu Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.14 2007/05/12 14:54:57 matthieu Exp $
DIST= ${.CURDIR}
@@ -24,7 +24,7 @@ NO_XF86_UTIL_${M} = --disable-xfree86-utils
.endfor
NO_XF86_UTIL_OPTION=${NO_XF86_UTIL_${MACHINE}}
-.if ${MACHINE} != "sgi" && ${MACHINE} != "vax"
+.if ${MACHINE} != "landisk" && ${MACHINE} != "sgi" && ${MACHINE} != "vax"
MESA_SOURCE= --with-mesa-source=${XSRCDIR}/dist/Mesa
.endif