diff options
Diffstat (limited to 'app/xdm')
-rw-r--r-- | app/xdm/Makefile.bsd-wrapper | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/xdm/Makefile.bsd-wrapper b/app/xdm/Makefile.bsd-wrapper index a116402be..1abbc17f6 100644 --- a/app/xdm/Makefile.bsd-wrapper +++ b/app/xdm/Makefile.bsd-wrapper @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.6 2006/12/17 20:41:36 matthieu Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.7 2007/01/29 18:38:46 matthieu Exp $ PIXMAPDIR=/etc/X11/xdm/pixmaps CONFIGURE_ARGS= --enable-privsep \ + --with-default-vt=vt05 \ --disable-dynamic-greeter \ --with-xdmlibdir=/etc/X11/xdm \ --with-pixmapdir=$(PIXMAPDIR) \ |