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
VM: make mapping types explicit
[minix.git]
/
servers
/
Makefile
blob
2590023e2669a3ad982163545329596e0176359f
1
# Makefile for all system servers.
2
#
3
4
.
include
<
bsd.own.mk
>
5
6
.if
${
MKIMAGEONLY
} ==
"yes"
7
8
SUBDIR
=
ds init mfs pfs pm rs sched vfs vm
9
10
.
else
11
12
SUBDIR
=
ds ext2 hgfs inet init ipc is iso9660fs \
13
mfs pfs pm procfs rs sched vbfs vfs vm devman
14
15
.
endif
16
17
.
include
<
bsd.subdir.mk
>