- Fix for possible unset uid/gid in toproto
 - Fix for default mtree style
 - Update libelf
 - Importing libexecinfo
 - Resynchronize GCC, mpc, gmp, mpfr
 - build.sh: Replace params with show-params.
     This has been done as the make target has been renamed in the same
     way, while a new target named params has been added. This new
     target generates a file containing all the parameters, instead of
     printing it on the console.
 - Update test48 with new etc/services (Fix by Ben Gras <ben@minix3.org)
     get getservbyport() out of the inner loop
Change-Id: Ie6ad5226fa2621ff9f0dee8782ea48f9443d2091
		
	
			
		
			
				
	
	
		
			30 lines
		
	
	
		
			792 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			792 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
#	$NetBSD: Makefile,v 1.6 2012/01/22 18:36:16 christos 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"
 | 
						|
.if !defined(__MINIX)
 | 
						|
.include "${.CURDIR}/rpc/Makefile.inc"
 | 
						|
.endif # !defined(__MINIX)
 | 
						|
.include "${.CURDIR}/stdio/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>
 |