sort architectures list

This commit is contained in:
matthieu 2020-04-01 19:58:02 +00:00
parent 9d9d20762c
commit a6fc36028d

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.4 2020/04/01 19:46:03 matthieu Exp $
# $OpenBSD: Makefile.bsd-wrapper,v 1.5 2020/04/01 19:58:02 matthieu Exp $
.include <bsd.own.mk>
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