summaryrefslogtreecommitdiff
path: root/external/mit/xorg/include/xtrans/Makefile
blob: 32159c8932119bd1c61c5f5803ebc705f6a20419 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#	$NetBSD: Makefile,v 1.4 2015/02/19 20:57:36 snj Exp $

.include <bsd.own.mk>

.PATH:	${X11SRCDIR.xtrans}

INCS=	Xtrans.c Xtrans.h Xtransint.h Xtranslcl.c \
	Xtranssock.c Xtransutil.c transport.c
INCSDIR=${X11INCDIR}/X11/Xtrans

NOOBJ=	# defined

PKGCONFIG=	xtrans

.include <bsd.x11.mk>
.include <bsd.prog.mk>