1 1.11 tv # $NetBSD: Makefile,v 1.11 2001/12/12 01:48:48 tv Exp $ 2 1.1 cgd 3 1.10 tv .PATH: ${.CURDIR}/../lint1 4 1.1 cgd 5 1.10 tv PROG= lint2 6 1.10 tv SRCS= main2.c hash.c read.c mem.c mem2.c chk.c msg.c emit.c emit2.c 7 1.11 tv NOMAN= # defined 8 1.10 tv CPPFLAGS+= -I${.CURDIR}/../lint1 9 1.10 tv LINTFLAGS= -abehrz 10 1.7 is WFORMAT=1 # hopeless 11 1.10 tv BINDIR= /usr/libexec 12 1.1 cgd 13 1.8 tv .ifndef HOSTPROG 14 1.1 cgd .include <bsd.prog.mk> 15 1.8 tv .endif 16 1.8 tv 17