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 - Remove if_sl, if_ppp, and if_faith from the kernel build
[dragonfly.git]
/
sbin
/
mount_dirfs
/
Makefile
blob
2e289de772124df3cb661441de0cbdb4e09a12cd
1
PROG
=
mount_dirfs
2
SRCS
=
mount_dirfs.c
3
MAN
=
mount_dirfs
.8
4
5
LDADD
= -
lutil
6
DPADD
= ${
LIBUTIL
}
7
8
#CFLAGS+= -I${.CURDIR}/../../sys
9
10
.
include
<
bsd.prog.mk
>