VTreeFS library
This commit is contained in:
17
lib/libvtreefs/Makefile
Normal file
17
lib/libvtreefs/Makefile
Normal 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>
|
||||
Reference in New Issue
Block a user