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
Remove building with NOCRYPTO option
[minix.git]
/
minix
/
fs
/
pfs
/
Makefile
blob
4544f52ef25a93d0d4cca21aabeb8cf50b1666aa
1
# Makefile for Pipe File System (PFS)
2
PROG
=
pfs
3
SRCS
=
pfs.c
4
5
DPADD
+= ${
LIBFSDRIVER
} ${
LIBSYS
}
6
LDADD
+= -
lfsdriver
-
lsys
7
8
.
include
<
minix.service.mk
>