e7f06501b3
Noticed on vax by todd@.
19 lines
465 B
Makefile
19 lines
465 B
Makefile
# $OpenBSD: Makefile,v 1.7 2009/12/03 22:18:11 matthieu Exp $
|
|
.include <bsd.xconf.mk>
|
|
|
|
PROG= xtsscale
|
|
MAN= xtsscale.1
|
|
|
|
CPPFLAGS+= -I${X11BASE}/include -I${X11BASE}/include/freetype2 \
|
|
-I${.CURDIR}/../../driver/xf86-input-ws/include
|
|
LDADD+= -L${X11BASE}/lib -lXft -lXi -lXrender -lXext -lX11 -lxcb \
|
|
-lXau -lXdmcp -lfontconfig -lexpat -lfreetype -lz
|
|
|
|
CFLAGS+= -Wall
|
|
MANDIR= ${X11BASE}/man/cat
|
|
|
|
obj: _xenocara_obj
|
|
|
|
.include <bsd.prog.mk>
|
|
.include <bsd.xorg.mk>
|