Home | History | Annotate | Line # | Download | only in lint2
Makefile revision 1.5
      1  1.5  lukem #	$NetBSD: Makefile,v 1.5 1997/10/24 09:01:15 lukem 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.1    cgd NOMAN=
      8  1.5  lukem CPPFLAGS+=-I${.CURDIR}/../lint1
      9  1.1    cgd LINTFLAGS=-abehrz
     10  1.1    cgd 
     11  1.1    cgd BINDIR=	/usr/libexec
     12  1.1    cgd 
     13  1.1    cgd .include <bsd.prog.mk>
     14