Home | History | Annotate | Line # | Download | only in indent
Makefile revision 1.13
      1 #	$NetBSD: Makefile,v 1.13 2021/09/25 17:11:23 rillig Exp $
      2 #	from: @(#)Makefile	8.1 (Berkeley) 6/6/93
      3 
      4 PROG=	indent
      5 SRCS=	indent.c io.c lexi.c parse.c pr_comment.c args.c
      6 
      7 CPPFLAGS+=	${DEBUG:D-Ddebug}
      8 LINTFLAGS+=	-e -w -T
      9 
     10 .include <bsd.prog.mk>
     11