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
sprofalyze fixes
[minix.git]
/
lib
/
libsffs
/
Makefile
blob
615e528013ebbbb556b81714b8e29f17188cdee7
1
# Makefile for libsffs
2
.
include
<
bsd.own.mk
>
3
4
LIB
=
sffs
5
6
SRCS
=
dentry.c handle.c inode.c link.c lookup.c main.c misc.c mount.c \
7
name.c path.c read.c stat.c table.c util.c verify.c write.c
8
9
.
include
<
bsd.lib.mk
>