1#         $NetBSD: Makefile,v 1.15 2023/05/13 09:27:49 rillig Exp $
2#         from: @(#)Makefile  8.1 (Berkeley) 6/6/93
3
4PROG=     indent
5SRCS=     args.c debug.c indent.c io.c lexi.c parse.c pr_comment.c
6
7CPPFLAGS+=          ${DEBUG:D-Ddebug}
8LINTFLAGS+=         -e -w -T
9WARNS=              6
10
11.include <bsd.prog.mk>
12