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
		
	
	
		
			182 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			182 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
#	$NetBSD: Makefile.inc,v 1.9 2010/07/06 05:59:52 mrg Exp $
 | 
						|
 | 
						|
SRCS+=	__longjmp14.c
 | 
						|
SRCS+=	__sigaction14_sigtramp.c __sigtramp3.S
 | 
						|
 | 
						|
CPPFLAGS+= -I.
 | 
						|
CPPFLAGS.assym.h+=-D__LIBC12_SOURCE__
 |