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
etc/services - sync with NetBSD-8
[minix.git]
/
minix
/
lib
/
libvtreefs
/
Makefile
blob
2df6ac2ec4b481ebfe372c90370b2bc4c550d86d
1
# Makefile for libvtreefs
2
3
CPPFLAGS
+= -
D_MINIX_SYSTEM
4
5
LIB
=
vtreefs
6
7
SRCS
=
\
8
extra.c \
9
file.c \
10
inode.c \
11
link.c \
12
mount.c \
13
path.c \
14
sdbm.c \
15
stadir.c \
16
table.c \
17
vtreefs.c
18
19
.
include
<
bsd.lib.mk
>