NetBSD/sbin/Makefile.inc

13 lines
259 B
PHP
Raw Normal View History

# $NetBSD: Makefile.inc,v 1.19 2005/06/27 01:00:04 christos Exp $
# @(#)Makefile.inc 8.1 (Berkeley) 6/8/93
1993-03-21 12:45:37 +03:00
.include <bsd.own.mk> # for MKDYNAMICROOT definition
WARNS?= 3
BINDIR?= /sbin
WFORMAT?= 2
.if (${MKDYNAMICROOT} == "no")
LDSTATIC?= -static
.endif