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