NetBSD/lib/libc/thread-stub/Makefile.inc
explorer 3dde14339c add stub thread functions. These are not (yet) used, and always return
success.  They are weak-aliased, so if linked with a real pthreads library
the correct magic will happen.
1999-11-14 18:34:15 +00:00

9 lines
156 B
Makefile

# $NetBSD: Makefile.inc,v 1.1 1999/11/14 18:34:15 explorer Exp $
.include <bsd.own.mk>
# Our sources
.PATH: ${.CURDIR}/thread-stub
SRCS+= pthread-stub.c