upgrade to NetBSD CVS release from 2012/10/17 12:00:00 UTC Makefiles updates to imporve portability Made sure to be consistent in the usage of braces/parenthesis at least on a per file basis. For variables, it is recommended to continue to use braces.
		
			
				
	
	
		
			12 lines
		
	
	
		
			248 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			248 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
#	$NetBSD: Makefile.inc,v 1.9 2012/06/19 06:10:09 dholland Exp $
 | 
						|
#	@(#)Makefile.inc	8.1 (Berkeley) 6/4/93
 | 
						|
.if defined(__MINIX)
 | 
						|
CPPFLAGS+= -D__NBSD_LIBC=1
 | 
						|
USE_FORT?= no
 | 
						|
.else
 | 
						|
USE_FORT?= yes		# network server
 | 
						|
.endif
 | 
						|
 | 
						|
BINDIR?=	/usr/libexec
 | 
						|
WARNS?=		5
 |