repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove building with NOCRYPTO option
[minix3.git]
/
minix
/
lib
/
libsffs
/
Makefile
blob
f1ff7d1f66b4d695d97a993b0c0749f15267f3e8
1
# Makefile for libsffs
2
.
include
<
bsd.own.mk
>
3
4
CPPFLAGS
+= -
D_MINIX_SYSTEM
5
6
LIB
=
sffs
7
8
SRCS
=
dentry.c handle.c inode.c link.c lookup.c main.c misc.c mount.c \
9
name.c path.c read.c stat.c table.c verify.c write.c
10
11
.
include
<
bsd.lib.mk
>