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.
		
			
				
	
	
		
			5 lines
		
	
	
		
			127 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			127 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
#	$NetBSD: Makefile.inc,v 1.8 2009/08/11 17:30:43 dsl Exp $
 | 
						|
 | 
						|
SRCS+=	ffs.S memcpy.S memset.S strlen.S
 | 
						|
NO_SRCS+= bcopy.S bzero.S
 |