Home | History | Annotate | Line # | Download | only in libpthread-stubs
      1 #	$NetBSD: Makefile,v 1.1 2014/03/17 07:25:34 mrg Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 LIB=	pthread-stubs
      6 .PATH:	${X11SRCDIR.${LIB}}
      7 
      8 SRCS=	stubs.c
      9 
     10 CPPFLAGS+=	${X11FLAGS.THREADLIB} -I${X11SRCDIR.${LIB}}/../include
     11 
     12 PKGDIST=	${LIB}
     13 
     14 .include <bsd.x11.mk>
     15 .include <bsd.lib.mk>
     16