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