From ba93a977cafd04564e394e473d1e6f0ad1df259b Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Mon, 5 Mar 2007 17:55:56 +0000 Subject: Fix xdm build by replacing the strange 0xa0 char that ended up in app/xdm/Makefile.bsd-wrapper by accident. ok matthieu@ --- app/xdm/Makefile.bsd-wrapper | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app') diff --git a/app/xdm/Makefile.bsd-wrapper b/app/xdm/Makefile.bsd-wrapper index a534a28b0..a9b608119 100644 --- a/app/xdm/Makefile.bsd-wrapper +++ b/app/xdm/Makefile.bsd-wrapper @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.8 2007/03/04 13:58:18 matthieu Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.9 2007/03/05 17:55:55 dim Exp $ PIXMAPDIR=/etc/X11/xdm/pixmaps .if ${MACHINE} == i386 || ${MACHINE} == amd64 -DEFAULT_VT= --with-default-vt=vt05 +DEFAULT_VT= --with-default-vt=vt05 .endif CONFIGURE_ARGS= --enable-privsep \ -- cgit v1.2.3