usr.sbin: enable lint for all programs

This commit is contained in:
rillig 2021-09-14 20:36:02 +00:00
parent bbb9ad67ae
commit f6412b224f
1 changed files with 6 additions and 1 deletions

View File

@ -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