 84d9c625bf
			
		
	
	
		84d9c625bf
		
	
	
	
	
		
			
			- 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
		
	
			
		
			
				
	
	
		
			17 lines
		
	
	
		
			444 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			444 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| #	$NetBSD: Makefile.inc,v 1.4 2007/01/28 02:14:05 christos Exp $
 | |
| 
 | |
| # net sources
 | |
| .PATH: ${.CURDIR}/resolv
 | |
| .if defined(__MINIX)
 | |
| CPPFLAGS+=-DCOMPAT__RES -DUSE_SELECT -DNEED_PSELECT
 | |
| .else
 | |
| CPPFLAGS+=-DCOMPAT__RES -DUSE_POLL
 | |
| .endif
 | |
| 
 | |
| SRCS+=	__dn_comp.c __res_close.c __res_send.c h_errno.c \
 | |
| 	herror.c res_comp.c res_data.c res_debug.c \
 | |
| 	res_init.c res_mkquery.c res_query.c res_send.c \
 | |
| 	res_state.c mtctxres.c
 | |
| # For COMPAT__RES
 | |
| SRCS+=	res_compat.c
 |