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.
		
			
				
	
	
		
			11 lines
		
	
	
		
			295 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			295 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
#	$NetBSD: Makefile.inc,v 1.13 2008/02/09 02:41:06 mrg Exp $
 | 
						|
 | 
						|
SRCS+=	__sigaction14_sigtramp.c __sigtramp2.S __mmap.S
 | 
						|
 | 
						|
ASM+=	_lwp_getprivate.S mremap.S
 | 
						|
 | 
						|
.if ${MKSOFTFLOAT} != "no"
 | 
						|
CPPFLAGS+= -DSOFTLOFLOAT_NEED_FIXUNS -DSOFTFLOAT -DSOFTFLOATM68K_FOR_GCC
 | 
						|
.  include <softfloat/Makefile.inc>
 | 
						|
.endif
 |