11 lines
		
	
	
		
			187 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			187 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| DIR=		${SYSCONFDIR}
 | |
| CONF=		rc rc.shutdown
 | |
| 
 | |
| MK=		../mk
 | |
| include ${MK}/scripts.mk
 | |
| include Makefile.${OS}
 | |
| 
 | |
| .SUFFIXES:	.in
 | |
| .in:
 | |
| 	sed -e 's:@SHELL@:${SHELL}:' -e 's:@TERM@:${DEFTERM}:' $< > $@
 |