# Makefile for indent
PROG= indent
SRCS= args.c comment.c lexi.c indent.c parse.c io.c
CPPFLAGS+= -wo -m
MAN=
.include <minix.prog.mk>