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.
9 lines
221 B
Makefile
9 lines
221 B
Makefile
# $NetBSD: Makefile.inc,v 1.13 2011/01/17 08:23:53 matt Exp $
|
|
|
|
SRCS+= __sigaction14_sigtramp.c __sigtramp2.S
|
|
|
|
CPPFLAGS+= -I.
|
|
|
|
.if defined(MKSOFTFLOAT) && (${MKSOFTFLOAT} != "no")
|
|
.include <softfloat/Makefile.inc>
|
|
.endif
|