b6cbf7203b
This patch imports the unmodified current version of NetBSD libc. The NetBSD includes are in /nbsd_include, while the libc code itself is split between lib/nbsd_libc and common/lib/libc.
8 lines
169 B
Makefile
8 lines
169 B
Makefile
# $NetBSD: Makefile.inc,v 1.3 2003/01/18 11:33:18 thorpej Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
# Our sources
|
|
.PATH: ${.CURDIR}/thread-stub
|
|
|
|
SRCS+= __isthreaded.c thread-stub.c
|