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
coverity appeasement
[minix.git]
/
sys
/
Makefile
blob
1861b4903bba37265bd1774a540fa729e4c23d38
1
# Makefile for the boot stuff.
2
3
.
include
<
bsd.own.mk
>
4
5
SUBDIR
=
arch
/
i386
/
stand
/
mbr
6
SUBDIR
+=
arch
/
i386
/
stand
/
bootxx
7
SUBDIR
+=
arch
/
i386
/
stand
/
boot
8
SUBDIR
+=
arch
/
i386
/
stand
/
cdboot
9
SUBDIR
+=
ufs
10
11
.
include
<
bsd.subdir.mk
>