diff options
Diffstat (limited to 'app/xdm/Makefile.bsd-wrapper')
-rw-r--r-- | app/xdm/Makefile.bsd-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/xdm/Makefile.bsd-wrapper b/app/xdm/Makefile.bsd-wrapper index 942f34370..ff7943564 100644 --- a/app/xdm/Makefile.bsd-wrapper +++ b/app/xdm/Makefile.bsd-wrapper @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.20 2011/11/30 22:00:28 matthieu Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.21 2013/06/26 07:25:19 mpi Exp $ .include <bsd.own.mk> XDMCONFIGDIR=/etc/X11/xdm PIXMAPDIR=$(XDMCONFIGDIR)/pixmaps -.if ${MACHINE} == i386 || ${MACHINE} == amd64 +.if ${MACHINE} == i386 || ${MACHINE} == amd64 || ${MACHINE} == macppc DEFAULT_VT= --with-default-vt=vt05 .endif .if ${MACHINE_ARCH} == arm |