Makefile revision 1.11
11.11Stv# $NetBSD: Makefile,v 1.11 2001/12/12 01:48:48 tv Exp $ 21.1Scgd 31.10Stv.PATH: ${.CURDIR}/../lint1 41.1Scgd 51.10StvPROG= lint2 61.10StvSRCS= main2.c hash.c read.c mem.c mem2.c chk.c msg.c emit.c emit2.c 71.11StvNOMAN= # defined 81.10StvCPPFLAGS+= -I${.CURDIR}/../lint1 91.10StvLINTFLAGS= -abehrz 101.7SisWFORMAT=1 # hopeless 111.10StvBINDIR= /usr/libexec 121.1Scgd 131.8Stv.ifndef HOSTPROG 141.1Scgd.include <bsd.prog.mk> 151.8Stv.endif 161.8Stv 17