Home | History | Annotate | Line # | Download | only in lint2
Makefile revision 1.6.10.1
      1  1.6.10.1     tv #	$NetBSD: Makefile,v 1.6.10.1 2000/10/18 01:32:55 tv 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.6.10.1     tv WFORMAT=1		# hopeless
     11       1.1    cgd BINDIR=	/usr/libexec
     12       1.1    cgd 
     13       1.1    cgd .include <bsd.prog.mk>
     14