xref: /netbsd-src/usr.bin/xlint/lint2/Makefile (revision 93bf6008f8b7982c1d1a9486e4a4a0e687fe36eb)
1#	$NetBSD: Makefile,v 1.17 2006/10/08 17:52:29 peter 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 tyname.c
8LINTFLAGS=	-abehrz
9BINDIR=		/usr/libexec
10CPPFLAGS+=	-DPASS=\"${PROG}.h\" -I${.CURDIR}
11
12.include <bsd.prog.mk>
13