Lowercase all configurable variables, non configurations remain uppercase. Replace rc_env_bool with rc_yesno. Split localmount info procfs (Linux) and dumpon, savecore (BSD)
		
			
				
	
	
		
			6 lines
		
	
	
		
			69 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			69 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
DIR  = /etc
 | 
						|
CONF = rc.conf
 | 
						|
 | 
						|
TOPDIR = ..
 | 
						|
include $(TOPDIR)/default.mk
 |