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
sprofalyze fixes
[minix.git]
/
sys
/
arch
/
i386
/
stand
/
bootxx
/
bootxx_minixfs3
/
Makefile
blob
4519c4c516f3c885da76e23b8b7f064cc23168ef
1
# $NetBSD$
2
3
PROG
=
bootxx_minixfs3
4
FS
=
minixfs3
5
6
MINIX3_FIRST_SUBP_OFFSET
=
32
7
8
CPPFLAGS
= -
DBOOT_FROM_MINIXFS3
-
DTERSE_ERROR
9
CPPFLAGS
+= -
DMINIX3_FIRST_SUBP_OFFSET
=${
MINIX3_FIRST_SUBP_OFFSET
}
10
11
.
include
<
..
/
Makefile.bootxx
>