c155af5f9a
- privilege separation - some snprintf/strlc{at,py} conversions - support for more architectures - signal handler fixes - default mouse wheel support in config tools - sunmouse protocol
14 lines
330 B
Makefile
14 lines
330 B
Makefile
# $OpenBSD: Makefile.bsd-wrapper,v 1.3 2006/11/28 20:29:31 matthieu Exp $
|
|
|
|
DIST= ${.CURDIR}
|
|
|
|
CONFIGURE_ARGS= --localstatedir=/var --sysconfdir=/etc/X11 \
|
|
--with-module-dir=${LIBDIR}/modules \
|
|
--with-mesa-source=${XENOCARA_TOP}/dist/Mesa \
|
|
--enable-install-setuid --enable-privsep \
|
|
--disable-dmx
|
|
|
|
.include <bsd.xorg.mk>
|
|
|
|
|