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
telnetd(8): Remove duplicate prototypes.
[dragonfly.git]
/
sbin
/
mountctl
/
Makefile
blob
c4a748fd13c5502fcc18aa43858357d092a7a3ae
1
#
2
# $DragonFly: src/sbin/mountctl/Makefile,v 1.3 2008/02/05 20:49:50 dillon Exp $
3
4
PROG
=
mountctl
5
SRCS
=
mountctl.c
6
MAN
=
mountctl
.8
7
8
.
include
<
bsd.prog.mk
>