projects
/
dragonfly.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
pf - Fix bug causing permissive TCP reset code
[dragonfly.git]
/
libexec
/
Makefile
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
SUBDIR= atrun \
5
bootpd \
6
comsat \
7
customcc \
8
dma \
9
fingerd \
10
ftpd \
11
getty \
12
makekey \
13
makewhatis.local \
14
mknetid \
15
pppoed \
16
rbootd \
17
revnetgroup \
18
rpc.rquotad \
19
rpc.rstatd \
20
rpc.rusersd \
21
rpc.rwalld \
22
rpc.sprayd \
23
rtld-elf \
24
sftp-server \
25
ssh-keysign \
26
ssh-pkcs11-helper \
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>