175831Sasmodai#	$NetBSD: Makefile,v 1.2 1995/07/03 21:24:39 cgd Exp $
275782Sasmodai# $FreeBSD: releng/11.0/usr.bin/xlint/lint2/Makefile 291348 2015-11-26 01:14:40Z bdrewery $
312099Sjoerg
412099Sjoerg.PATH:	${.CURDIR}/../lint1
512099Sjoerg
612099SjoergPROG=	lint2
791592SmarkmSRCS=	main2.c hash.c read.c mem.c mem2.c chk.c msg.c emit.c emit2.c inittyp.c
8264400SimpMAN=
912099SjoergCFLAGS+=-I${.CURDIR}/../lint1
1012099SjoergLINTFLAGS=-abehrz
1112099Sjoerg
12291348SbdreweryBINDIR=	${LIBEXECDIR}
1312099Sjoerg
1412099Sjoerg.include <bsd.prog.mk>
15