1#	$NetBSD: Makefile.inc,v 1.13 2024/05/12 17:55:37 rillig Exp $
2#	from: @(#)Makefile.inc	8.1 (Berkeley) 6/6/93
3
4WARNS?=	5
5BINDIR?=/usr/bin
6
7LINTFLAGS+=	-u	# don't warn about "used but not defined"
8
9.include <bsd.own.mk>
10.if ${MKLINT} != "no" && !defined(NOLINT)
11realall: lint
12.endif
13