Home | History | Annotate | Line # | Download | only in lint2
Makefile revision 1.8
      1  1.8     tv #	$NetBSD: Makefile,v 1.8 2001/08/14 10:18:29 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.7     is WFORMAT=1		# hopeless
     11  1.1    cgd BINDIR=	/usr/libexec
     12  1.1    cgd 
     13  1.8     tv .ifndef HOSTPROG
     14  1.1    cgd .include <bsd.prog.mk>
     15  1.8     tv .endif
     16  1.8     tv 
     17