 b0159ad168
			
		
	
	
		b0159ad168
		
	
	
	
	
		
			
			-Makefile updates -Update mkdep -Build fixes/warning cleanups for some programs -Restore leading underscores on global syms in kernel asm files -Increase ramdisk size
		
			
				
	
	
		
			9 lines
		
	
	
		
			137 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			137 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # Makefile for patch
 | |
| 
 | |
| PROG=	patch
 | |
| SRCS=	patch.c pch.c inp.c util.c version.c
 | |
| CPPFLAGS+= -DVOIDSIG -DSMALL
 | |
| MAN=
 | |
| 
 | |
| .include <minix.prog.mk>
 |