Makefile.inc revision 1.3
1#	$NetBSD: Makefile.inc,v 1.3 2003/01/18 11:33:18 thorpej Exp $
2
3.include <bsd.own.mk>
4
5# Our sources
6.PATH: ${.CURDIR}/thread-stub
7
8SRCS+=	__isthreaded.c thread-stub.c
9