This patch add the proper .if/.else/.endif to the Makefiles, add places I forgot #ifdef __minix and remove newlines.
		
			
				
	
	
		
			6 lines
		
	
	
		
			137 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			137 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
#	$NetBSD: Makefile.inc,v 1.20 2006/06/17 18:04:23 uwe Exp $
 | 
						|
 | 
						|
.if !defined(__MINIX)
 | 
						|
SRCS+=	__sigaction14_sigtramp.c __sigtramp2.S
 | 
						|
.endif
 |