summaryrefslogtreecommitdiff
path: root/usr.bin/indent/Makefile
blob: 08952c27893a4236af8cbe30665a45f3a83d01a4 (plain)
1
2
3
4
5
6
#	$OpenBSD: Makefile,v 1.2 1996/06/26 05:34:27 deraadt Exp $

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

.include <bsd.prog.mk>