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
etc/services - sync with NetBSD-8
[minix.git]
/
minix
/
servers
/
devman
/
Makefile
blob
770cf575d2a4e00cc71d5933bfbb3b7fd071ef45
1
PROG
=
devman
2
SRCS
=
main.c device.c buf.c bind.c
3
4
DPADD
+= ${
LIBVTREEFS
} ${
LIBFSDRIVER
} ${
LIBSYS
}
5
LDADD
+= -
lvtreefs
-
lfsdriver
-
lsys
6
7
.
include
<
minix.service.mk
>