8 lines
		
	
	
		
			88 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			88 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
# Makefile for cron.
 | 
						|
 | 
						|
PROG=	cron
 | 
						|
SRCS=	cron.c tab.c misc.c
 | 
						|
MAN=
 | 
						|
 | 
						|
.include <bsd.prog.mk>
 |