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
kernel debug: priv can be NULL early on
[minix.git]
/
lib
/
libvtreefs
/
Makefile
blob
0f4816c8353110dc5b6640414fb3145db7df62ee
1
# Makefile for libvtreefs
2
3
LIB
=
vtreefs
4
5
CPPFLAGS
+= -
I
${
NETBSDSRCDIR
}/
include
6
7
SRCS
=
\
8
inode.c \
9
link.c \
10
mount.c \
11
path.c \
12
read.c \
13
sdbm.c \
14
stadir.c \
15
table.c \
16
utility.c \
17
vtreefs.c
18
19
.
include
<
bsd.lib.mk
>