Makefile revision 1.10
1#	$NetBSD: Makefile,v 1.10 2001/11/12 23:16:37 tv 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
7MKMAN=		no
8CPPFLAGS+=	-I${.CURDIR}/../lint1
9LINTFLAGS=	-abehrz
10WFORMAT=1		# hopeless
11BINDIR=		/usr/libexec
12
13.ifndef HOSTPROG
14.include <bsd.prog.mk>
15.endif
16
17