Revision 90487acae32a79d2baef4ed7d33f1f320481d295 authored by Scott Long on 07 May 2005, 17:51:09 UTC, committed by Scott Long on 07 May 2005, 17:51:09 UTC
1 parent e8590b0
Raw File
Makefile
#	@(#)Makefile	8.1 (Berkeley) 6/6/93

PROG=	indent
SRCS=	indent.c io.c lexi.c parse.c pr_comment.c args.c

.include <bsd.prog.mk>
back to top