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
/
libfsdriver
/
Makefile
blob
96624e1eaee1059dcd377cea7f65d0e06b48fff7
1
# Makefile for libfsdriver
2
3
CPPFLAGS
+= -
D_MINIX_SYSTEM
4
5
LIB
=
fsdriver
6
7
SRCS
=
call.c dentry.c fsdriver.c lookup.c table.c utility.c
8
9
.
include
<
bsd.lib.mk
>