Makefile revision 1.18
1#	$NetBSD: Makefile,v 1.18 2021/01/16 00:09:28 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+=	-DPASS=\"${PROG}.h\" -I${.CURDIR}
10
11.include <bsd.prog.mk>
12