xref: /netbsd-src/usr.bin/xlint/lint2/Makefile (revision afab4e300d3a9fb07dd8c80daf53d0feb3345706)
1#	$NetBSD: Makefile,v 1.23 2023/01/13 19:50:00 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
11LINTFLAGS+=	-T		# strict bool mode
12
13COPTS.msg.c+=	${${ACTIVE_CC} == "clang":? -Wno-format-nonliteral :}
14
15.include <bsd.prog.mk>
16