repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
boot/pc32: Separate hostprog.
[dragonfly.git]
/
sys
/
boot
/
pc32
/
asmdef
/
Makefile
blob
bc4105bc24e208a64a74d799aafa7b6f9b9b025a
1
.PATH
: ${
.CURDIR
}/
..
2
3
PROG
=
bootasmdef
4
5
CFLAGS
+= -
I
${
.CURDIR
}/
..
6
7
build-tools
:
bootasmdef.nx
8
9
# this bootasmdef is used in place, it is not installed anywhere
10
install
:
11
12
# hint for pc32/Makefile.inc
13
__no_pc32_defines
=
14
15
.
include
<
bsd.hostprog.mk
>