Makefile revision 12099
1#	$NetBSD: Makefile,v 1.2 1995/07/03 21:24:39 cgd Exp $
2
3.PATH:	${.CURDIR}/../lint1
4
5PROG=	lint2
6SRCS=	main2.c hash.c read.c mem.c mem2.c chk.c msg.c emit.c emit2.c
7NOMAN=
8CFLAGS+=-I${.CURDIR}/../lint1
9LINTFLAGS=-abehrz
10
11BINDIR=	/usr/libexec
12
13.include <bsd.prog.mk>
14