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
vfs: pm_dumpcore: always clean up process
[minix.git]
/
lib
/
libvtreefs
/
Makefile
blob
a4906cff6efabd024cc152d4c0727f40aa2d0a1e
1
# Makefile for libvtreefs
2
3
LIB
=
vtreefs
4
5
SRCS
=
\
6
inode.c \
7
link.c \
8
mount.c \
9
path.c \
10
read.c \
11
sdbm.c \
12
stadir.c \
13
table.c \
14
utility.c \
15
vtreefs.c
16
17
.
include
<
bsd.lib.mk
>