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