Makefile revision 1.9
1#	$NetBSD: Makefile,v 1.9 2021/03/08 19:21:41 rillig 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
8CPPFLAGS+=	${DEBUG:D-Ddebug}
9
10LINTFLAGS+=	-e
11
12.include <bsd.prog.mk>
13