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