Home | History | Annotate | Line # | Download | only in indent
Makefile revision 1.8
      1 #	$NetBSD: Makefile,v 1.8 2021/03/07 10:56:18 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 COPTS.io.c += -Wno-error=format-nonliteral
      8 
      9 LINTFLAGS+=	-e
     10 
     11 .include <bsd.prog.mk>
     12