1 1.24 rillig # $NetBSD: Makefile,v 1.24 2024/05/12 19:00:10 rillig Exp $ 2 1.14 lukem 3 1.14 lukem NOMAN= # defined 4 1.1 cgd 5 1.10 tv PROG= lint2 6 1.23 rillig SRCS= main2.c hash.c read.c mem.c chk.c msg.c emit.c emit2.c \ 7 1.16 christos inittyp.c tyname.c 8 1.10 tv BINDIR= /usr/libexec 9 1.19 rillig CPPFLAGS+= -I${.CURDIR} 10 1.22 rillig CPPFLAGS+= -DIS_LINT2 11 1.1 cgd 12 1.20 rillig COPTS.msg.c+= ${${ACTIVE_CC} == "clang":? -Wno-format-nonliteral :} 13 1.20 rillig 14 1.1 cgd .include <bsd.prog.mk> 15