8 lines
		
	
	
		
			117 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			117 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
# Makefile for indent
 | 
						|
 | 
						|
PROG=	indent
 | 
						|
SRCS=	args.c comment.c lexi.c indent.c parse.c io.c
 | 
						|
MAN=
 | 
						|
 | 
						|
.include <bsd.prog.mk>
 |