repo.or.cz
/
freebsd-src
/
fkvm-freebsd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
New rldt() to go with lldt()
[freebsd-src/fkvm-freebsd.git]
/
bin
/
Makefile.inc
blob
ec24a486b9de66798d057db94e679b6837a37e1f
1
# @(#)Makefile.inc 8.1 (Berkeley) 5/31/93
2
# $FreeBSD$
3
4
.include <bsd.own.mk>
5
6
BINDIR?= /bin
7
WARNS?= 6
8
9
.if ${MK_DYNAMICROOT} == "no"
10
NO_SHARED?= YES
11
.endif