 b6cbf7203b
			
		
	
	
		b6cbf7203b
		
	
	
	
	
		
			
			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.
		
			
				
	
	
		
			27 lines
		
	
	
		
			701 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			701 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| #	$NetBSD: Makefile,v 1.5 2010/06/07 13:52:29 tnozaki Exp $
 | |
| #	@(#)Makefile	8.2 (Berkeley) 2/3/94
 | |
| #
 | |
| 
 | |
| .include "${.CURDIR}/../Makefile.inc"
 | |
| 
 | |
| LIB=		cold
 | |
| CPPFLAGS+=	-I${.CURDIR}/../include -I${.CURDIR}/..
 | |
| CPPFLAGS+=	-I${.CURDIR}/../arch/${ARCHSUBDIR}
 | |
| 
 | |
| COMPATDIR=${.CURDIR}
 | |
| 
 | |
| .include "${.CURDIR}/Makefile.inc"
 | |
| 
 | |
| .include "${.CURDIR}/db/Makefile.inc"
 | |
| .include "${.CURDIR}/gen/Makefile.inc"
 | |
| .include "${.CURDIR}/locale/Makefile.inc"
 | |
| .include "${.CURDIR}/net/Makefile.inc"
 | |
| .include "${.CURDIR}/rpc/Makefile.inc"
 | |
| .include "${.CURDIR}/stdlib/Makefile.inc"
 | |
| .include "${.CURDIR}/sys/Makefile.inc"
 | |
| 
 | |
| COMPATARCHDIR=${.CURDIR}/arch/${ARCHSUBDIR}
 | |
| .PATH: ${COMPATARCHDIR}/gen ${COMPATARCHDIR}/sys
 | |
| 
 | |
| .include <bsd.lib.mk>
 |