1995-07-04 01:23:45 +04:00
|
|
|
# $NetBSD: Makefile,v 1.2 1995/07/03 21:24:39 cgd Exp $
|
1995-07-04 00:56:35 +04:00
|
|
|
|
|
|
|
.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>
|