xref: /netbsd/usr.sbin/Makefile.inc (revision 5b98c658)
1#	$NetBSD: Makefile.inc,v 1.8 2021/09/14 20:36:02 rillig Exp $
2#	from: @(#)Makefile.inc	8.1 (Berkeley) 6/6/93
3
4BINDIR?=	/usr/sbin
5WARNS?=		4
6CPPFLAGS+=	-D_KERNTYPES
7
8.include <bsd.own.mk>
9.if ${MKLINT} != "no" && ${LINT_SUPPORTED:Uyes} == "yes"
10realall: lint
11.endif
12