NetBSD/bin/Makefile.inc

18 lines
367 B
PHP
Raw Permalink Normal View History

# $NetBSD: Makefile.inc,v 1.20 2024/05/12 17:55:36 rillig Exp $
1995-03-21 05:08:51 +03:00
# @(#)Makefile.inc 8.1 (Berkeley) 5/31/93
1993-03-21 12:45:37 +03:00
.include <bsd.own.mk> # for MKDYNAMICROOT definition
2012-03-21 09:47:53 +04:00
WARNS?= 5
BINDIR?= /bin
LINTFLAGS+= -u # don't warn about "used but not defined"
.if (${MKDYNAMICROOT} == "no")
LDSTATIC?= -static
.endif
.if ${MKLINT} != "no" && !defined(NOLINT)
realall: lint
.endif