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