- Fix a glitch (don't glob '*' in for). - update_bootcfg should be a /bin command. - update_bootcfg should not add menu entries for missing kernels.
		
			
				
	
	
		
			6 lines
		
	
	
		
			69 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			69 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
SCRIPTS= update_bootcfg.sh
 | 
						|
BINDIR= /bin
 | 
						|
MAN=
 | 
						|
 | 
						|
.include <bsd.prog.mk>
 |