Home | History | Annotate | Line # | Download | only in indent
Makefile revision 1.6.82.1
      1 #	$NetBSD: Makefile,v 1.6.82.1 2019/06/10 22:10:20 christos 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 .include <bsd.prog.mk>
     10