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.
		
			
				
	
	
		
			17 lines
		
	
	
		
			570 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			570 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
#	$NetBSD: Makefile.inc,v 1.6 2010/06/07 13:52:29 tnozaki Exp $
 | 
						|
 | 
						|
CPPFLAGS+=	-I${NETBSDSRCDIR}/sys
 | 
						|
 | 
						|
COMPATARCHDIR=${COMPATDIR}/arch/${ARCHSUBDIR}
 | 
						|
.PATH: ${COMPATARCHDIR}/gen ${COMPATARCHDIR}/sys
 | 
						|
 | 
						|
.include "${COMPATDIR}/db/Makefile.inc"
 | 
						|
.include "${COMPATDIR}/locale/Makefile.inc"
 | 
						|
.include "${COMPATDIR}/gen/Makefile.inc"
 | 
						|
.include "${COMPATDIR}/net/Makefile.inc"
 | 
						|
.include "${COMPATDIR}/rpc/Makefile.inc"
 | 
						|
.include "${COMPATDIR}/stdlib/Makefile.inc"
 | 
						|
.include "${COMPATDIR}/sys/Makefile.inc"
 | 
						|
.include "${COMPATDIR}/time/Makefile.inc"
 | 
						|
.include "${COMPATARCHDIR}/Makefile.inc"
 |