1999-02-13 05:54:17 +03:00
|
|
|
# $NetBSD: Makefile,v 1.6 1999/02/13 02:54:57 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
|
1999-02-13 05:54:17 +03:00
|
|
|
MKMAN= no
|
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>
|