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
tcp: Don't prematurely drop receiving-only connections.
[dragonfly.git]
/
libexec
/
Makefile
blob
b68db90a88205c903f5def9d6735e9bf251ee0f7
1
# @(#)Makefile 8.1 (Berkeley) 6/4/93
2
# $FreeBSD: src/libexec/Makefile,v 1.42.2.5 2002/11/12 17:32:48 obrien Exp $
3
4
# Present but disabled: kpasswdd
5
SUBDIR
=
atrun \
6
bootpd \
7
comsat \
8
customcc \
9
dma \
10
fingerd \
11
ftpd \
12
getty \
13
makekey \
14
makewhatis.local \
15
mknetid \
16
pppoed \
17
rbootd \
18
revnetgroup \
19
rlogind \
20
rpc.rquotad \
21
rpc.rstatd \
22
rpc.rusersd \
23
rpc.rwalld \
24
rpc.sprayd \
25
rshd \
26
rtld-elf \
27
talkd \
28
tcpd \
29
telnetd \
30
tftpd \
31
utmp_update \
32
ypxfr
33
34
# maximum parallelism
35
#
36
SUBDIR_ORDERED
=
37
38
.
include
<
bsd.subdir.mk
>