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
VM: simplify slab allocator
[minix.git]
/
servers
/
pfs
/
Makefile
blob
98ec55b3f1aab8473008b28dcf2462851476de89
1
# Makefile for Pipe File System (PFS)
2
PROG
=
pfs
3
SRCS
=
open.c table.c inode.c main.c super.c link.c \
4
buffer.c read.c misc.c mount.c utility.c stadir.c \
5
uds.c dev_uds.c
6
7
DPADD
+= ${
LIBSYS
}
8
LDADD
+= -
lsys
9
10
LDADD
+= -
lc
11
12
MAN
=
13
14
BINDIR?
= /
usr
/
sbin
15
16
.
include
<
minix.bootprog.mk
>