NetBSD/usr.sbin/Makefile.inc

14 lines
310 B
PHP
Raw Permalink Normal View History

# $NetBSD: Makefile.inc,v 1.10 2024/05/12 17:55:37 rillig Exp $
1997-10-17 13:04:12 +04:00
# from: @(#)Makefile.inc 8.1 (Berkeley) 6/6/93
1993-03-21 12:45:37 +03:00
BINDIR?= /usr/sbin
WARNS?= 4
CPPFLAGS+= -D_KERNTYPES
2021-09-14 23:36:02 +03:00
LINTFLAGS+= -u # don't warn about "used but not defined"
2021-09-14 23:36:02 +03:00
.include <bsd.own.mk>
.if ${MKLINT} != "no" && !defined(NOLINT)
2021-09-14 23:36:02 +03:00
realall: lint
.endif