summaryrefslogtreecommitdiff
path: root/app/xtsscale/Makefile
blob: a98d82a219d5dfd7aa2ad38f8000a55f3f87a7f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $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>