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.
		
			
				
	
	
		
			7 lines
		
	
	
		
			229 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			229 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
#	$NetBSD: Makefile.inc,v 1.2 2006/06/28 14:46:33 drochner Exp $
 | 
						|
 | 
						|
SRCS+=	compat_setjmp.S compat_sigsetjmp.S
 | 
						|
 | 
						|
# objects built from C sources in compat/gen
 | 
						|
SRCS+=	compat_frexp_ieee754.c compat_ldexp_ieee754.c compat_modf_ieee754.c
 |