1 1.13 thorpej # $NetBSD: Makefile,v 1.13 2002/01/18 21:01:39 thorpej Exp $ 2 1.1 cgd 3 1.10 tv PROG= lint2 4 1.13 thorpej SRCS= main2.c hash.c read.c mem.c mem2.c chk.c msg.c emit.c emit2.c \ 5 1.13 thorpej inittyp.c 6 1.11 tv NOMAN= # defined 7 1.10 tv LINTFLAGS= -abehrz 8 1.7 is WFORMAT=1 # hopeless 9 1.10 tv BINDIR= /usr/libexec 10 1.1 cgd 11 1.8 tv .ifndef HOSTPROG 12 1.1 cgd .include <bsd.prog.mk> 13 1.8 tv .endif 14 1.8 tv 15