diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-03-26 12:15:48 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-03-26 12:15:48 +0000 |
commit | c9b928f9d82b39ae5882dba53d9434b1ddcec30e (patch) | |
tree | 21636ed59fb3888a1c73aee717644e446c321745 /app/xdm | |
parent | d64604f702b5913374079fcf198295e9b9b995c4 (diff) |
Use ttyC1 for xdm on zaurus.
Diffstat (limited to 'app/xdm')
-rw-r--r-- | app/xdm/Makefile.bsd-wrapper | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app/xdm/Makefile.bsd-wrapper b/app/xdm/Makefile.bsd-wrapper index a9b608119..dbcc601ef 100644 --- a/app/xdm/Makefile.bsd-wrapper +++ b/app/xdm/Makefile.bsd-wrapper @@ -1,10 +1,13 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.9 2007/03/05 17:55:55 dim Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.10 2007/03/26 12:15:47 matthieu Exp $ PIXMAPDIR=/etc/X11/xdm/pixmaps .if ${MACHINE} == i386 || ${MACHINE} == amd64 DEFAULT_VT= --with-default-vt=vt05 .endif +.if ${MACHINE_ARCH} == arm +DEFAULT_VT= --with-default-vt=vt02 +.endif CONFIGURE_ARGS= --enable-privsep \ $(DEFAULT_VT) \ |