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
/
libminixfs
/
Makefile
blob
7b7e5e20dee1c116c52a9a60360f6b87e2fc6382
1
# Makefile for libminixfs
2
.
include
<
bsd.own.mk
>
3
4
CPPFLAGS
+= -
D_MINIX_SYSTEM
5
6
LIB
=
minixfs
7
8
SRCS
=
cache.c bio.c
9
10
.
include
<
bsd.lib.mk
>