repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
sys
/
rump
/
fs
/
lib
/
libnfsserver
/
Makefile
blob
befb8b7c187b204aa0a603371bb41638914ad943
1
# $NetBSD$
2
#
3
4
.PATH
: ${
.CURDIR
}/
..
/
..
/
..
/
..
/
nfs
5
6
LIB
=
rumpfs_nfsserver
7
8
SRCS
=
nfs_export.c nfs_serv.c nfs_srvcache.c nfs_srvsubs.c \
9
nfs_srvsocket.c nfs_syscalls.c
10
11
CPPFLAGS
+= -
DNFS
12
CFLAGS
+= -
Wno-pointer-sign
13
14
.
include
<
bsd.lib.mk
>
15
.
include
<
bsd.klinks.mk
>