Makefile revision 1.4
11.4Sgwr# $NetBSD: Makefile,v 1.4 1997/05/08 21:12:04 gwr Exp $ 21.1Scgd 31.4Sgwr.PATH: ${.CURDIR}/../lint1 41.1Scgd 51.1ScgdPROG= lint2 61.1ScgdSRCS= main2.c hash.c read.c mem.c mem2.c chk.c msg.c emit.c emit2.c 71.1ScgdNOMAN= 81.1ScgdCFLAGS+=-I${.CURDIR}/../lint1 91.1ScgdLINTFLAGS=-abehrz 101.1Scgd 111.1ScgdBINDIR= /usr/libexec 121.1Scgd 131.1Scgd.include <bsd.prog.mk> 14