diff options
-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 \ |