13 lines
		
	
	
		
			153 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			153 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
# Makefile for libminixfs
 | 
						|
.include <bsd.own.mk>
 | 
						|
 | 
						|
NOGCCERROR=yes
 | 
						|
 | 
						|
CPPFLAGS+= -D_MINIX_SYSTEM
 | 
						|
 | 
						|
LIB=		minixfs
 | 
						|
 | 
						|
SRCS=  	cache.c bio.c
 | 
						|
 | 
						|
.include <bsd.lib.mk>
 |