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
turns printfs back on
[freebsd-src/fkvm-freebsd.git]
/
share
/
mk
/
bsd.port.mk
blob
99374a5024bedf402f78d1d516668edbd716208c
1
# $FreeBSD$
2
3
PORTSDIR?
= /
usr
/
ports
4
BSDPORTMK?
= ${
PORTSDIR
}/
Mk
/
bsd.port.mk
5
6
# Needed to keep bsd.own.mk from reading in /etc/src.conf
7
# and setting MK_* variables when building ports.
8
_WITHOUT_SRCCONF
=
9
10
.
include
<
bsd.own.mk
>
11
.
include
"${BSDPORTMK}"