usr.sbin: enable lint for all programs
This commit is contained in:
parent
bbb9ad67ae
commit
f6412b224f
|
@ -1,6 +1,11 @@
|
|||
# $NetBSD: Makefile.inc,v 1.7 2016/01/23 21:22:50 christos Exp $
|
||||
# $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
|
||||
|
|
Loading…
Reference in New Issue