1 1.17 peter # $NetBSD: Makefile,v 1.17 2006/10/08 17:52:29 peter Exp $ 2 1.14 lukem 3 1.14 lukem NOMAN= # defined 4 1.1 cgd 5 1.10 tv PROG= lint2 6 1.13 thorpej SRCS= main2.c hash.c read.c mem.c mem2.c chk.c msg.c emit.c emit2.c \ 7 1.16 christos inittyp.c tyname.c 8 1.10 tv LINTFLAGS= -abehrz 9 1.10 tv BINDIR= /usr/libexec 10 1.16 christos CPPFLAGS+= -DPASS=\"${PROG}.h\" -I${.CURDIR} 11 1.1 cgd 12 1.1 cgd .include <bsd.prog.mk> 13