Home | History | Annotate | Line # | Download | only in lint2
Makefile revision 1.19
      1  1.19    rillig #	$NetBSD: Makefile,v 1.19 2021/04/10 18:36:27 rillig Exp $
      2  1.14     lukem 
      3  1.14     lukem NOMAN=		# defined
      4   1.1       cgd 
      5  1.10        tv PROG=		lint2
      6  1.13   thorpej SRCS=		main2.c hash.c read.c mem.c mem2.c chk.c msg.c emit.c emit2.c \
      7  1.16  christos 		inittyp.c tyname.c
      8  1.10        tv BINDIR=		/usr/libexec
      9  1.19    rillig CPPFLAGS+=	-I${.CURDIR}
     10   1.1       cgd 
     11   1.1       cgd .include <bsd.prog.mk>
     12