# Makefile for indent

PROG=	indent
SRCS=	args.c comment.c lexi.c indent.c parse.c io.c
MAN=

.include <bsd.prog.mk>
