22432ec2e5
calibrate touchscreens driven by the uts(4) driver. it is not linked to the build yet; discussed with matthieu@
16 lines
274 B
Makefile
16 lines
274 B
Makefile
# $OpenBSD: Makefile,v 1.1 2007/05/20 14:43:12 robert Exp $
|
|
|
|
PROG= xtsscale
|
|
MAN= xtsscale.1
|
|
|
|
CPPFLAGS+= -I${X11BASE}/include
|
|
LDADD+= -L${X11BASE}/lib -lX11
|
|
|
|
X11BASE?= /usr/X11R6
|
|
MANDIR= ${X11BASE}/man/cat
|
|
|
|
obj: _xenocara_obj
|
|
|
|
.include <bsd.prog.mk>
|
|
.include <bsd.xorg.mk>
|