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
Move primary cache code to libminixfs.
[minix.git]
/
servers
/
devman
/
Makefile
blob
80c26043c865dcbec66f8dc4a51c7b72c68b40ca
1
PROG
=
devman
2
3
SRCS
=
main.c device.c buf.c bind.c
4
5
6
DPADD
+= ${
LIBSYS
}
7
LDADD
= -
lvtreefs
-
lsys
8
BINDIR?
= /
sbin
9
10
MAN
=
11
.
include
<
minix.service.mk
>