repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
RS: fix for fix
[minix.git]
/
sbin
/
Makefile.inc
blob
a665fa28666a465b6ab948eef504863c5a80f016
1
# $NetBSD: Makefile.inc,v 1.22 2012/03/21 05:47:53 matt Exp $
2
# @(#)Makefile.inc 8.1 (Berkeley) 6/8/93
3
4
.include <bsd.own.mk> # for MKDYNAMICROOT definition
5
6
WARNS?= 5
7
BINDIR?= /sbin
8
CPPFLAGS+= -D_NETBSD_SOURCE
9
10
.if (${MKDYNAMICROOT} == "no")
11
LDSTATIC?= -static
12
.endif