xref: /netbsd/lib/libc/thread-stub/Makefile.inc (revision bf9ec67e)
1#	$NetBSD: Makefile.inc,v 1.2 1999/12/03 06:37:34 explorer Exp $
2
3.include <bsd.own.mk>
4
5# Our sources
6.PATH: ${.CURDIR}/thread-stub
7
8SRCS+=	__isthreaded.c pthread-stub.c
9