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]
/
tools
/
build
/
Makefile
blob
8e26c29d77357110ca13cd2975b08cf0c965f247
1
# $FreeBSD$
2
3
.PATH
: ${
.CURDIR
}/
..
/
..
/
include
4
5
LIB
=
egacy
6
SRCS
=
7
INCSGROUPS
=
INCS
8
INCS
=
9
10
BOOTSTRAPPING?
=
0
11
12
.if empty
(
SRCS
)
13
SRCS
=
dummy.c
14
.
endif
15
16
.if defined
(
CROSS_BUILD_TESTING
)
17
SUBDIR
=
cross-build
18
.
endif
19
20
.
include
<
bsd.lib.mk
>