summaryrefslogtreecommitdiff
path: root/external/mit/xorg/lib/libpthread-stubs/Makefile
blob: 9e0953dbe0ee3e9f400debf2c5fc6eaead01690f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#	$NetBSD: Makefile,v 1.1 2014/03/17 07:25:34 mrg Exp $

.include <bsd.own.mk>

LIB=	pthread-stubs
.PATH:	${X11SRCDIR.${LIB}}

SRCS=	stubs.c

CPPFLAGS+=	${X11FLAGS.THREADLIB} -I${X11SRCDIR.${LIB}}/../include

PKGDIST=	${LIB}

.include <bsd.x11.mk>
.include <bsd.lib.mk>