1997-10-24 13:00:17 +04:00
|
|
|
# $NetBSD: Makefile,v 1.5 1997/10/24 09:01:15 lukem Exp $
|
1995-07-04 00:56:35 +04:00
|
|
|
|
1997-05-09 01:11:01 +04:00
|
|
|
.PATH: ${.CURDIR}/../lint1
|
1995-07-04 00:56:35 +04:00
|
|
|
|
|
|
|
PROG= lint2
|
|
|
|
SRCS= main2.c hash.c read.c mem.c mem2.c chk.c msg.c emit.c emit2.c
|
|
|
|
NOMAN=
|
1997-10-24 13:00:17 +04:00
|
|
|
CPPFLAGS+=-I${.CURDIR}/../lint1
|
1995-07-04 00:56:35 +04:00
|
|
|
LINTFLAGS=-abehrz
|
|
|
|
|
|
|
|
BINDIR= /usr/libexec
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|