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
No empty .Rs/.Re
[netbsd-mini2440.git]
/
sys
/
rump
/
fs
/
lib
/
libnilfs
/
Makefile
blob
f29da9ca46c1e11603ef9b1219f8143747af0925
1
# $NetBSD: Makefile,v 1.5 2008/11/17 09:03:51 pooka Exp $
2
#
3
4
.PATH
: ${
.CURDIR
}/
..
/
..
/
..
/
..
/
fs
/
nilfs
5
6
LIB
=
rumpfs_nilfs
7
8
SRCS
=
nilfs_subr.c nilfs_vfsops.c nilfs_vnops.c
9
10
CFLAGS
+= -
Wno-pointer-sign
11
12
.
include
<
bsd.lib.mk
>
13
.
include
<
bsd.klinks.mk
>