And a few other related warning fixes. Change-Id: I1a49b9ee04c2b1bf80bc943272f72ffd6de77ef6
		
			
				
	
	
		
			9 lines
		
	
	
		
			149 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			149 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
# Makefile for libvboxfs
 | 
						|
.include <bsd.own.mk>
 | 
						|
 | 
						|
LIB=	vboxfs
 | 
						|
 | 
						|
SRCS=	attr.c dir.c file.c handle.c info.c link.c path.c vboxfs.c
 | 
						|
 | 
						|
.include <bsd.lib.mk>
 |