-Makefile updates -Update mkdep -Build fixes/warning cleanups for some programs -Restore leading underscores on global syms in kernel asm files -Increase ramdisk size
		
			
				
	
	
		
			12 lines
		
	
	
		
			122 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			122 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
# Makefile for liby
 | 
						|
 | 
						|
CPPFLAGS+=-O -D_MINIX -D_POSIX_SOURCE
 | 
						|
 | 
						|
LIB=	y
 | 
						|
 | 
						|
SRCS=	\
 | 
						|
	main.c \
 | 
						|
	yyerror.c
 | 
						|
 | 
						|
.include <minix.lib.mk>
 |