summaryrefslogtreecommitdiffstats
path: root/usr.bin/xlint/lint2/Makefile
blob: 0e7d4052947ec05a2aa3795ffe898aef87291602 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$NetBSD: Makefile,v 1.2 1995/07/03 21:24:39 cgd Exp $

.PATH:	${.CURDIR}/../lint1

PROG=	lint2
SRCS=	main2.c hash.c read.c mem.c mem2.c chk.c msg.c emit.c emit2.c
NOMAN=
CFLAGS+=-I${.CURDIR}/../lint1
LINTFLAGS=-abehrz

BINDIR=	/usr/libexec

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud