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
aac(4): Break out of the loop, if the command could not be sent.
[dragonfly.git]
/
sbin
/
rconfig
/
Makefile
blob
c2e30a5e9f3c5955ae6d506b578232a6fd5df82e
1
# $DragonFly: src/sbin/rconfig/Makefile,v 1.5 2006/10/20 14:50:42 pavalos Exp $
2
3
PROG
=
rconfig
4
SRCS
=
rconfig.c subs.c server.c client.c
5
MAN
=
rconfig
.8
6
7
.
include
<
bsd.prog.mk
>