indent(1): Untangle the connection between pr_comment.c and io.c.
[freebsd-src.git] / libexec / Makefile
blob5c6130a18db68b79ed6c13cf8e1053b6062ed223
1 # @(#)Makefile 8.1 (Berkeley) 6/4/93
2 # $FreeBSD$
4 .include <src.opts.mk>
6 SUBDIR= ${_atf} \
7 ${_atrun} \
8 ${_blacklistd-helper} \
9 ${_comsat} \
10 ${_dma} \
11 getty \
12 ${_mail.local} \
13 ${_makewhatis.local} \
14 ${_mknetid} \
15 ${_pppoed} \
16 revnetgroup \
17 ${_rlogind} \
18 rpc.rquotad \
19 rpc.rstatd \
20 rpc.rusersd \
21 rpc.rwalld \
22 rpc.sprayd \
23 ${_rshd} \
24 ${_rtld-elf} \
25 save-entropy \
26 ${_smrsh} \
27 ${_telnetd} \
28 ${_tests} \
29 ${_tftp-proxy} \
30 ulog-helper \
31 ${_ypxfr}
33 .if ${MK_AT} != "no"
34 _atrun= atrun
35 .endif
37 .if ${MK_BLACKLIST} != "no"
38 _blacklistd-helper+= blacklistd-helper
39 .endif
41 .if ${MK_BOOTPD} != "no"
42 SUBDIR+= bootpd
43 .endif
45 .if ${MK_FINGER} != "no"
46 SUBDIR+= fingerd
47 .endif
49 .if ${MK_FTP} != "no"
50 SUBDIR+= ftpd
51 .endif
53 .if ${MK_MAIL} != "no"
54 _comsat= comsat
55 .endif
57 .if ${MK_DMAGENT} != "no"
58 _dma= dma
59 .endif
61 .if ${MK_NIS} != "no"
62 _mknetid= mknetid
63 _ypxfr= ypxfr
64 .endif
66 .if ${MK_NETGRAPH} != "no"
67 _pppoed= pppoed
68 .endif
70 .if ${MK_PF} != "no"
71 _tftp-proxy= tftp-proxy
72 .endif
74 .if !defined(NO_PIC) && !defined(NO_RTLD)
75 _rtld-elf= rtld-elf
76 .endif
78 .if ${MK_RBOOTD} != "no"
79 SUBDIR+= rbootd
80 .endif
82 .if ${MK_RCMDS} != "no"
83 _rlogind= rlogind
84 _rshd= rshd
85 .endif
87 .if ${MK_SENDMAIL} != "no"
88 _mail.local= mail.local
89 _smrsh= smrsh
90 .endif
92 .if ${MK_MAN_UTILS} != "no"
93 _makewhatis.local= makewhatis.local
94 .endif
96 .if ${MK_TALK} != "no"
97 SUBDIR+= talkd
98 .endif
100 .if ${MK_TCP_WRAPPERS} != "no"
101 SUBDIR+= tcpd
102 .endif
104 .if ${MK_TELNET} != "no"
105 _telnetd= telnetd
106 .endif
108 .if ${MK_TFTP} != "no"
109 SUBDIR+= tftpd
110 .endif
112 .if ${MK_TESTS} != "no"
113 _atf= atf
114 _tests= tests
115 .endif
117 .include <bsd.arch.inc.mk>
119 .include <bsd.subdir.mk>