xref: /netbsd/usr.bin/xlint/lint2/Makefile (revision c4a72b64)
1#	$NetBSD: Makefile,v 1.14 2002/09/18 14:00:44 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.ifndef HOSTPROG
13.include <bsd.prog.mk>
14.endif
15
16