repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Split fsck during boot into two phases. Check the root file system
[netbsd-mini2440.git]
/
sbin
/
Makefile.inc
blob
a032936836f2956e875481639fe438fee3af6bc6
1
# $NetBSD: Makefile.inc,v 1.20 2006/10/08 17:52:28 peter Exp $
2
# @(#)Makefile.inc 8.1 (Berkeley) 6/8/93
3
4
.include <bsd.own.mk> # for MKDYNAMICROOT definition
5
6
WARNS?= 4
7
BINDIR?= /sbin
8
9
.if (${MKDYNAMICROOT} == "no")
10
LDSTATIC?= -static
11
.endif