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
merge libminlib with libc
[minix3.git]
/
minix
/
lib
/
libminixfs
/
Makefile
blob
53a5cf1e349a1630769ff255bdd1de695441f228
1
NOGCCERROR
=
yes
2
NOCLANGERROR
=
yes
3
CPPFLAGS
+= -
D_MINIX_SYSTEM
4
5
# Makefile for libminixfs
6
.
include
<
bsd.own.mk
>
7
LIB
=
minixfs
8
9
SRCS
=
fetch_credentials.c cache.c
10
11
.
include
<
bsd.lib.mk
>