summaryrefslogtreecommitdiff
path: root/kdrive/Makefile.bsd-wrapper
blob: 8da3a02fbc71b542d564fa541767e268ba8d881b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2008/08/21 05:48:42 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

realinstall:
	${INSTALL} -c -m 755 hw/kdrive/ephyr/Xephyr ${DESDIR}${BINDIR}

.include <bsd.xorg.mk>