Makefile revision 1.15
1#	$NetBSD: Makefile,v 1.15 2003/05/18 07:57:38 lukem Exp $
2
3NOMAN=		# defined
4
5PROG=		lint2
6SRCS=		main2.c hash.c read.c mem.c mem2.c chk.c msg.c emit.c emit2.c \
7		inittyp.c
8LINTFLAGS=	-abehrz
9WFORMAT=1		# hopeless
10BINDIR=		/usr/libexec
11
12.include <bsd.prog.mk>
13