diff options
author | Dimitry Andric <dim@cvs.openbsd.org> | 2007-03-05 17:55:56 +0000 |
---|---|---|
committer | Dimitry Andric <dim@cvs.openbsd.org> | 2007-03-05 17:55:56 +0000 |
commit | ba93a977cafd04564e394e473d1e6f0ad1df259b (patch) | |
tree | a84107fdb18952a02f10b8ff2628e948d13b233b /app/xdm/Makefile.bsd-wrapper | |
parent | ea219ac2bc2c9bebf72c2d04978d6e95d7942f53 (diff) |
Fix xdm build by replacing the strange 0xa0 char that ended up in
app/xdm/Makefile.bsd-wrapper by accident.
ok matthieu@
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 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 \ |