blob: a7c9ee4e87434a57969b7b51a5776ed9901e1182 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
# $FreeBSD$
# This file is not autogenerated - take care!
DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,}
DIRDEPS = \
libexec/atf/atf-check \
libexec/atf/atf-sh \
libexec/atrun \
libexec/bootpd/bootpgw \
libexec/bootpd/tools/bootpef \
libexec/bootpd/tools/bootptest \
libexec/comsat \
libexec/fingerd \
libexec/ftpd \
libexec/getty \
libexec/mail.local \
libexec/mknetid \
libexec/pppoed \
libexec/rbootd \
libexec/revnetgroup \
libexec/rlogind \
libexec/rpc.rquotad \
libexec/rpc.rstatd \
libexec/rpc.rusersd \
libexec/rpc.rwalld \
libexec/rpc.sprayd \
libexec/rshd \
libexec/rtld-elf \
libexec/save-entropy \
libexec/smrsh \
libexec/talkd \
libexec/tcpd \
libexec/telnetd \
libexec/tftp-proxy \
libexec/tftpd \
libexec/ulog-helper \
libexec/ypxfr \
.include <dirdeps.mk>
|