xref: /netbsd-src/usr.bin/xlint/lint2/Makefile (revision 8ac07aec990b9d2e483062509d0a9fa5b4f57cf2)
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