96a322df43
This is just a vendor import by now. I'll wait until i'll get the imported files back via CTM before applying the FreeBSD patches. Don't use it yet. Submitted by: Jochen Pohl <jpo.drs@sni.de> Obtained from: (NetBSD -- this version is directly from Jochen)
14 lines
266 B
Makefile
14 lines
266 B
Makefile
# $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>
|