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
		
	
	
		
			219 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			219 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
# $NetBSD: Makefile.inc,v 1.1 2010/06/07 13:52:30 tnozaki Exp $
 | 
						|
 | 
						|
.PATH: ${COMPATDIR}/arch/${MACHINE_ARCH}/locale ${COMPATDIR}/locale
 | 
						|
 | 
						|
CPPFLAGS+=	-I${COMPATDIR}/../locale
 | 
						|
SRCS+=		compat_setlocale1.c compat_setlocale32.c
 |