-Move libdriver to lib/ -Install all boot image services on filesystem to aid restartability
		
			
				
	
	
		
			8 lines
		
	
	
		
			93 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			93 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
# Makefile for libdriver
 | 
						|
 | 
						|
LIB=	driver
 | 
						|
 | 
						|
SRCS=	driver.c drvlib.c mq.c
 | 
						|
 | 
						|
.include <minix.lib.mk>
 |