21 lines
448 B
Makefile
21 lines
448 B
Makefile
# $OpenBSD: Makefile.bsd-wrapper,v 1.2 2009/01/27 17:18:26 matthieu Exp $
|
|
|
|
.include <bsd.xconf.mk>
|
|
|
|
_SRCDIR= ${.CURDIR}/../xserver
|
|
|
|
CONFIGURE_ARGS= --localstatedir=/var --sysconfdir=/etc/X11 \
|
|
--disable-xorg \
|
|
--disable-xinput \
|
|
--enable-kdrive \
|
|
--disable-dmx \
|
|
--disable-xprint \
|
|
--disable-xnest \
|
|
--disable-xvfb \
|
|
--enable-dri
|
|
|
|
realinstall:
|
|
${INSTALL} -c -m 755 hw/kdrive/ephyr/Xephyr ${DESDIR}${BINDIR}
|
|
|
|
.include <bsd.xorg.mk>
|