NetBSD-5.0.2/usr.bin/xlint/lint2/Makefile

#	$NetBSD: Makefile,v 1.17 2006/10/08 17:52:29 peter Exp $

NOMAN=		# defined

PROG=		lint2
SRCS=		main2.c hash.c read.c mem.c mem2.c chk.c msg.c emit.c emit2.c \
		inittyp.c tyname.c
LINTFLAGS=	-abehrz
BINDIR=		/usr/libexec
CPPFLAGS+=	-DPASS=\"${PROG}.h\" -I${.CURDIR}

.include <bsd.prog.mk>