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
kernel - merge m_pulldown() bug fix
[dragonfly.git]
/
sbin
/
mount_dirfs
/
Makefile
blob
ff40d34c3e6bfbf097dcc6d0814ffbd3e93ffab7
1
PROG
=
mount_dirfs
2
MAN
=
mount_dirfs
.8
3
4
LDADD
= -
lutil
5
DPADD
= ${
LIBUTIL
}
6
7
#CFLAGS+= -I${.CURDIR}/../../sys
8
9
.
include
<
bsd.prog.mk
>