2001-04-22 17:06:12 +00:00
|
|
|
# $NetBSD: Makefile,v 1.2 1995/07/03 21:24:39 cgd Exp $
|
2001-04-21 11:17:44 +00:00
|
|
|
# $FreeBSD$
|
1995-11-05 15:56:42 +00:00
|
|
|
|
|
|
|
.PATH: ${.CURDIR}/../lint1
|
|
|
|
|
|
|
|
PROG= lint2
|
2002-03-03 15:12:50 +00:00
|
|
|
SRCS= main2.c hash.c read.c mem.c mem2.c chk.c msg.c emit.c emit2.c inittyp.c
|
1995-11-05 15:56:42 +00:00
|
|
|
NOMAN=
|
|
|
|
CFLAGS+=-I${.CURDIR}/../lint1
|
|
|
|
LINTFLAGS=-abehrz
|
|
|
|
|
|
|
|
BINDIR= /usr/libexec
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|