NetBSD/sbin/Makefile.inc

16 lines
324 B
PHP
Raw Normal View History

# $NetBSD: Makefile.inc,v 1.23 2021/09/14 20:13:03 rillig Exp $
# @(#)Makefile.inc 8.1 (Berkeley) 6/8/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?= /sbin
.if (${MKDYNAMICROOT} == "no")
LDSTATIC?= -static
.endif
.if ${MKLINT} != "no" && ${LINT_SUPPORTED:Uyes} == "yes"
realall: lint
.endif