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
custom message type for VM_INFO
[minix3.git]
/
lib
/
libvtreefs
/
Makefile
blob
35f091728dbbc6806dbdea44e403159d7e4d39a0
1
NOGCCERROR
=
yes
2
NOCLANGERROR
=
yes
3
CPPFLAGS
+= -
D_MINIX_SYSTEM
4
5
# Makefile for libvtreefs
6
7
LIB
=
vtreefs
8
9
CPPFLAGS
+= -
I
${
NETBSDSRCDIR
}/
include
10
11
SRCS
=
\
12
inode.c \
13
link.c \
14
mount.c \
15
path.c \
16
read.c \
17
sdbm.c \
18
stadir.c \
19
table.c \
20
utility.c \
21
vtreefs.c
22
23
.
include
<
bsd.lib.mk
>