NETBSDSRCDIR is used all over the place anyway, and this reduces our diff with NetBSD a little.
		
			
				
	
	
		
			6 lines
		
	
	
		
			80 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			80 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
PROG=	cdprobe
 | 
						|
CPPFLAGS+= -I${NETBSDSRCDIR}/servers
 | 
						|
MAN=
 | 
						|
 | 
						|
.include <bsd.prog.mk>
 |