Home | History | Annotate | Line # | Download | only in lint2
Makefile revision 1.1.1.1
      1 #	$Id: Makefile,v 1.1.1.1 1995/07/03 20:56:38 cgd Exp $
      2 
      3 .PATH:	${.CURDIR}/../lint1
      4 
      5 PROG=	lint2
      6 SRCS=	main2.c hash.c read.c mem.c mem2.c chk.c msg.c emit.c emit2.c
      7 NOMAN=
      8 CFLAGS+=-I${.CURDIR}/../lint1
      9 LINTFLAGS=-abehrz
     10 
     11 BINDIR=	/usr/libexec
     12 
     13 .include <bsd.prog.mk>
     14