]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - libexec/Makefile
linuxkpi math: fix kassert in math64.h
[FreeBSD/FreeBSD.git] / libexec / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/4/93
2
3 .include <src.opts.mk>
4
5 .include <bsd.compat.pre.mk>
6
7 SUBDIR= ${_atf} \
8         ${_atrun} \
9         ${_blacklistd-helper} \
10         ${_comsat} \
11         ${_dma} \
12         flua \
13         getty \
14         ${_hyperv} \
15         ${_mail.local} \
16         ${_makewhatis.local} \
17         ${_mknetid} \
18         ${_phttpget} \
19         ${_pppoed} \
20         rc \
21         revnetgroup \
22         ${_rlogind} \
23         rpc.rquotad \
24         rpc.rstatd \
25         rpc.rusersd \
26         rpc.rwalld \
27         rpc.sprayd \
28         ${_rshd} \
29         ${_rtld-elf} \
30         save-entropy \
31         ${_smrsh} \
32         ${_tests} \
33         ${_tftp-proxy} \
34         ulog-helper \
35         ${_ypxfr}
36
37 .if ${MK_AT} != "no"
38 _atrun=         atrun
39 .endif
40
41 .if ${MK_BLACKLIST} != "no"
42 _blacklistd-helper+=    blacklistd-helper
43 .endif
44
45 .if ${MK_BOOTPD} != "no"
46 SUBDIR+=        bootpd
47 .endif
48
49 .if ${MK_FINGER} != "no"
50 SUBDIR+=        fingerd
51 .endif
52
53 .if ${MK_FREEBSD_UPDATE} != "no"
54 _phttpget=      phttpget
55 .endif
56
57 .if ${MK_FTP} != "no"
58 SUBDIR+=        ftpd
59 .endif
60
61 .if ${MK_MAIL} != "no"
62 _comsat=        comsat
63 .endif
64
65 .if ${MK_DMAGENT} != "no"
66 _dma=           dma
67 .endif
68
69 .if ${MK_HYPERV} != "no"
70 _hyperv+=       hyperv
71 .endif
72
73 .if ${MK_NIS} != "no"
74 _mknetid=       mknetid
75 _ypxfr=         ypxfr
76 .endif
77
78 .if ${MK_NETGRAPH} != "no"
79 _pppoed=        pppoed
80 .endif
81
82 .if ${MK_PF} != "no"
83 _tftp-proxy=    tftp-proxy
84 .endif
85
86 .if !defined(NO_PIC) && !defined(NO_RTLD)
87 _rtld-elf=      rtld-elf
88 .for LIBCOMPAT libcompat in ${_ALL_LIBCOMPATS_libcompats}
89 SUBDIR.${MK_LIB${LIBCOMPAT}}+=  rtld-elf${libcompat}
90 .endfor
91 .endif
92
93 .if ${MK_RBOOTD} != "no"
94 SUBDIR+=        rbootd
95 .endif
96
97 .if ${MK_SENDMAIL} != "no"
98 _mail.local=    mail.local
99 _smrsh=         smrsh
100 .endif
101
102 .if ${MK_MAN_UTILS} != "no"
103 _makewhatis.local=      makewhatis.local
104 .endif
105
106 .if ${MK_TALK} != "no"
107 SUBDIR+=        talkd
108 .endif
109
110 .if ${MK_TCP_WRAPPERS} != "no"
111 SUBDIR+=        tcpd
112 .endif
113
114 .if ${MK_TFTP} != "no"
115 SUBDIR+=        tftpd
116 .endif
117
118 .if ${MK_TESTS} != "no"
119 _atf=           atf
120 _tests=         tests
121 .endif
122
123 .include <bsd.arch.inc.mk>
124
125 .include <bsd.subdir.mk>