xref: /freebsd-11-stable/usr.bin/xlint/lint2/Makefile (revision b626f5a73a48f44a31a200291b141e1da408a2ff)
1#	$NetBSD: Makefile,v 1.2 1995/07/03 21:24:39 cgd Exp $
2# $FreeBSD$
3
4.PATH:	${.CURDIR}/../lint1
5
6PROG=	lint2
7SRCS=	main2.c hash.c read.c mem.c mem2.c chk.c msg.c emit.c emit2.c inittyp.c
8MAN=
9CFLAGS+=-I${.CURDIR}/../lint1
10LINTFLAGS=-abehrz
11
12BINDIR=	${LIBEXECDIR}
13
14.include <bsd.prog.mk>
15