Home | History | Annotate | Line # | Download | only in lint2
Makefile revision 1.7
      1  1.7     is #	$NetBSD: Makefile,v 1.7 2000/10/11 14:46:23 is Exp $
      2  1.1    cgd 
      3  1.4    gwr .PATH:	${.CURDIR}/../lint1
      4  1.1    cgd 
      5  1.1    cgd PROG=	lint2
      6  1.1    cgd SRCS=	main2.c hash.c read.c mem.c mem2.c chk.c msg.c emit.c emit2.c
      7  1.6  lukem MKMAN=	no
      8  1.5  lukem CPPFLAGS+=-I${.CURDIR}/../lint1
      9  1.1    cgd LINTFLAGS=-abehrz
     10  1.7     is WFORMAT=1		# hopeless
     11  1.1    cgd BINDIR=	/usr/libexec
     12  1.1    cgd 
     13  1.1    cgd .include <bsd.prog.mk>
     14