3dde14339c
success. They are weak-aliased, so if linked with a real pthreads library the correct magic will happen.
9 lines
156 B
Makefile
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
|