summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.bsd-wrapper4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.bsd-wrapper b/Makefile.bsd-wrapper
index 5095368..a66110b 100644
--- a/Makefile.bsd-wrapper
+++ b/Makefile.bsd-wrapper
@@ -4,8 +4,8 @@
XENODMCONFIGDIR=/etc/X11/xenodm
PIXMAPDIR=$(XENODMCONFIGDIR)/pixmaps
-.if ${MACHINE} == i386 || ${MACHINE} == amd64 || ${MACHINE} == macppc \
- || ${MACHINE} == arm64
+.if ${MACHINE} == amd64 || ${MACHINE} == arm64 || ${MACHINE} == i386 \
+ || ${MACHINE} == macppc
DEFAULT_VT= --with-default-vt=vt05
.endif