1 1.16 christos # $NetBSD: Makefile,v 1.16 2005/04/07 16:28:40 christos 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.7 is WFORMAT=1 # hopeless 10 1.10 tv BINDIR= /usr/libexec 11 1.16 christos CPPFLAGS+= -DPASS=\"${PROG}.h\" -I${.CURDIR} 12 1.1 cgd 13 1.1 cgd .include <bsd.prog.mk> 14