blob: e540a836fd4c07689164ec9420e8be7f78cfa422 (
plain)
1
2
3
4
5
6
7
8
|
# $NetBSD: Makefile.inc,v 1.4 2013/04/05 20:15:42 christos Exp $
.include <bsd.own.mk>
# Our sources
.PATH: ${.CURDIR}/thread-stub
SRCS+= __isthreaded.c thread-stub.c thread-stub-init.c
|