repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
rc.d: Improve dhclient script
[dragonfly.git]
/
sbin
/
mount_fuse
/
Makefile
blob
e79146a933431a1016c2e54d0257d21afb5a69f5
1
PROG
=
mount_fusefs
2
SRCS
=
mount_fusefs.c
3
4
CFLAGS
+= -
I
${
.CURDIR
} -
I
${
.CURDIR
}/
..
/
..
/
sys
5
6
MAN
=
mount_fusefs
.8
7
8
DPADD
= ${
LIBUTIL
}
9
LDADD
= -
lutil
10
11
.
include
<
bsd.prog.mk
>