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