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
make vfs & filesystems use failable copying
[minix3.git]
/
lib
/
libminixfs
/
Makefile
blob
47bd7d3ec5e63af86baf420c66ca077e407d362b
1
NOGCCERROR
=
yes
2
NOCLANGERROR
=
yes
3
4
# Makefile for libminixfs
5
.
include
<
bsd.own.mk
>
6
LIB
=
minixfs
7
8
SRCS
=
fetch_credentials.c cache.c
9
10
.
include
<
bsd.lib.mk
>