]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - libexec/Makefile
Fix integer overflow in IGMP protocol. [SA-15:04]
[FreeBSD/releng/10.0.git] / libexec / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/4/93
2 # $FreeBSD$
3
4 .include <bsd.own.mk>
5
6 SUBDIR= ${_atf} \
7         ${_atrun} \
8         bootpd \
9         ${_comsat} \
10         fingerd \
11         ftpd \
12         getty \
13         ${_mail.local} \
14         ${_mknetid} \
15         ${_pppoed} \
16         rbootd \
17         revnetgroup \
18         ${_rlogind} \
19         rpc.rquotad \
20         rpc.rstatd \
21         rpc.rusersd \
22         rpc.rwalld \
23         rpc.sprayd \
24         ${_rshd} \
25         ${_rtld-elf} \
26         save-entropy \
27         ${_smrsh} \
28         talkd \
29         tcpd \
30         ${_telnetd} \
31         tftpd \
32         ${_tftp-proxy} \
33         ulog-helper \
34         ${_ypxfr}
35
36 .if ${MK_ATF} != "no"
37 _atf=           atf
38 .endif
39
40 .if ${MK_AT} != "no"
41 _atrun=         atrun
42 .endif
43
44 .if ${MK_MAIL} != "no"
45 _comsat=        comsat
46 .endif
47
48 .if ${MK_NIS} != "no"
49 _mknetid=       mknetid
50 _ypxfr=         ypxfr
51 .endif
52
53 .if ${MK_NETGRAPH} != "no"
54 _pppoed=        pppoed
55 .endif
56
57 .if ${MK_PF} != "no"
58 _tftp-proxy=    tftp-proxy
59 .endif
60
61 .if !defined(NO_PIC) && !defined(NO_RTLD)
62 _rtld-elf=      rtld-elf
63 .endif
64
65 .if ${MK_RCMDS} != "no"
66 _rlogind=       rlogind
67 _rshd=          rshd
68 .endif
69
70 .if ${MK_SENDMAIL} != "no"
71 _mail.local=    mail.local
72 _smrsh=         smrsh
73 .endif
74
75 .if ${MK_TELNET} != "no"
76 _telnetd=       telnetd
77 .endif
78
79 .include <bsd.subdir.mk>