Makefile revision 1.7
1#	$NetBSD: Makefile,v 1.7 2019/04/04 15:22:13 kamil Exp $
2#	from: @(#)Makefile	8.1 (Berkeley) 6/6/93
3
4PROG=	indent
5SRCS=	indent.c io.c lexi.c parse.c pr_comment.c args.c
6
7COPTS.io.c += -Wno-error=format-nonliteral
8
9.include <bsd.prog.mk>
10