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
Add getres{uid,gid} syscalls.
[netbsd-mini2440.git]
/
bin
/
Makefile.inc
blob
ff8f044cd2298ba5cf09dc524bf42653cf99e09a
1
# $NetBSD: Makefile.inc,v 1.14 2002/09/27 21:04:46 thorpej Exp $
2
# @(#)Makefile.inc 8.1 (Berkeley) 5/31/93
3
4
.include <bsd.own.mk> # for MKDYNAMICROOT definition
5
6
WARNS?= 3
7
BINDIR?= /bin
8
9
.if (${MKDYNAMICROOT} == "no")
10
LDSTATIC?= -static
11
.endif