VTreeFS library

This commit is contained in:
David van Moolenbroek
2010-08-10 20:05:51 +00:00
parent 4e95b347a7
commit bee1f38e01
18 changed files with 1791 additions and 2 deletions

17
lib/libvtreefs/Makefile Normal file
View File

@@ -0,0 +1,17 @@
# Makefile for libvtreefs
LIB= vtreefs
SRCS= \
inode.c \
link.c \
mount.c \
path.c \
read.c \
sdbm.c \
stadir.c \
table.c \
utility.c \
vtreefs.c
.include <bsd.lib.mk>