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]
/
sbin
/
mount_nilfs
/
Makefile
blob
0c35c79233ef77b99022045c9df47095b09c088c
1
# $NetBSD: Makefile,v 1.2 2008/08/05 20:57:45 pooka Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
WARNS
=
4
6
PROG
=
mount_nilfs
7
SRCS
=
mount_nilfs.c fattr.c pathadj.c
8
MAN
=
mount_nilfs
.8
9
10
MOUNT
= ${
NETBSDSRCDIR
}/
sbin
/
mount
11
CPPFLAGS
+= -
I
${
MOUNT
} -
I
${
NETBSDSRCDIR
}/
sys
12
.PATH
: ${
MOUNT
}
13
14
DPADD
+=${
LIBUTIL
}
15
LDADD
+=-
lutil
16
17
.
include
<
bsd.prog.mk
>