]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/Makefile
Add a command that copies or migrates a data file from one DS to another.
[FreeBSD/FreeBSD.git] / usr.sbin / Makefile
1 #       From: @(#)Makefile      5.20 (Berkeley) 6/12/93
2 # $FreeBSD$
3
4 .include <src.opts.mk>
5
6 SUBDIR= adduser \
7         arp \
8         binmiscctl \
9         camdd \
10         cdcontrol \
11         chkgrp \
12         chown \
13         chroot \
14         ckdist \
15         clear_locks \
16         crashinfo \
17         cron \
18         ctladm \
19         ctld \
20         daemon \
21         dconschat \
22         devctl \
23         devinfo \
24         diskinfo \
25         dumpcis \
26         etcupdate \
27         extattr \
28         extattrctl \
29         fifolog \
30         fstyp \
31         fwcontrol \
32         getfmac \
33         getpmac \
34         gstat \
35         i2c \
36         ifmcstat \
37         iostat \
38         iovctl \
39         kldxref \
40         mailwrapper \
41         makefs \
42         memcontrol \
43         mergemaster \
44         mfiutil \
45         mixer \
46         mlxcontrol \
47         mountd \
48         mount_smbfs \
49         mpsutil \
50         mptutil \
51         mtest \
52         newsyslog \
53         nfscbd \
54         nfsd \
55         nfsdumpstate \
56         nfsrevoke \
57         nfsuserd \
58         nmtree \
59         nologin \
60         pciconf \
61         periodic \
62         pnfsdscopymr \
63         pnfsdsfile \
64         pnfsdskill \
65         powerd \
66         prometheus_sysctl_exporter \
67         pstat \
68         pw \
69         pwd_mkdb \
70         quot \
71         rarpd \
72         rmt \
73         rpcbind \
74         rpc.lockd \
75         rpc.statd \
76         rpc.umntall \
77         rtprio \
78         rwhod \
79         service \
80         services_mkdb \
81         sesutil \
82         setfib \
83         setfmac \
84         setpmac \
85         smbmsg \
86         snapinfo \
87         spray \
88         syslogd \
89         sysrc \
90         tcpdrop \
91         tcpdump \
92         traceroute \
93         trpt \
94         tzsetup \
95         uefisign \
96         ugidfw \
97         vigr \
98         vipw \
99         wake \
100         watch \
101         watchdogd \
102         zic \
103         zonectl
104
105 # NB: keep these sorted by MK_* knobs
106
107 SUBDIR.${MK_ACCT}+=     accton
108 SUBDIR.${MK_ACCT}+=     sa
109 SUBDIR.${MK_AMD}+=      amd
110 SUBDIR.${MK_AUDIT}+=    audit
111 SUBDIR.${MK_AUDIT}+=    auditd
112 .if ${MK_OPENSSL} != "no"
113 SUBDIR.${MK_AUDIT}+=    auditdistd
114 .endif
115 SUBDIR.${MK_AUDIT}+=    auditreduce
116 SUBDIR.${MK_AUDIT}+=    praudit
117 SUBDIR.${MK_AUTHPF}+=   authpf
118 SUBDIR.${MK_AUTOFS}+=   autofs
119 SUBDIR.${MK_BLACKLIST}+=        blacklistctl
120 SUBDIR.${MK_BLACKLIST}+=        blacklistd
121 SUBDIR.${MK_BLUETOOTH}+=        bluetooth
122 SUBDIR.${MK_BOOTPARAMD}+=       bootparamd
123 SUBDIR.${MK_BSDINSTALL}+=       bsdinstall
124 SUBDIR.${MK_BSNMP}+=    bsnmpd
125 SUBDIR.${MK_CTM}+=      ctm
126 SUBDIR.${MK_CXGBETOOL}+=        cxgbetool
127 SUBDIR.${MK_DIALOG}+=   bsdconfig
128 SUBDIR.${MK_EFI}+=      efivar efidp efibootmgr
129 SUBDIR.${MK_FLOPPY}+=   fdcontrol
130 SUBDIR.${MK_FLOPPY}+=   fdformat
131 SUBDIR.${MK_FLOPPY}+=   fdread
132 SUBDIR.${MK_FLOPPY}+=   fdwrite
133 SUBDIR.${MK_FMTREE}+=   fmtree
134 SUBDIR.${MK_FREEBSD_UPDATE}+=   freebsd-update
135 SUBDIR.${MK_GSSAPI}+=   gssd
136 SUBDIR.${MK_GPIO}+=     gpioctl
137 SUBDIR.${MK_INET6}+=    ip6addrctl
138 SUBDIR.${MK_INET6}+=    mld6query
139 SUBDIR.${MK_INET6}+=    ndp
140 SUBDIR.${MK_INET6}+=    rip6query
141 SUBDIR.${MK_INET6}+=    route6d
142 SUBDIR.${MK_INET6}+=    rrenumd
143 SUBDIR.${MK_INET6}+=    rtadvctl
144 SUBDIR.${MK_INET6}+=    rtadvd
145 SUBDIR.${MK_INET6}+=    rtsold
146 SUBDIR.${MK_INET6}+=    traceroute6
147 SUBDIR.${MK_INETD}+=    inetd
148 SUBDIR.${MK_IPFW}+=     ipfwpcap
149 SUBDIR.${MK_ISCSI}+=    iscsid
150 SUBDIR.${MK_JAIL}+=     jail
151 SUBDIR.${MK_JAIL}+=     jexec
152 SUBDIR.${MK_JAIL}+=     jls
153 # XXX MK_SYSCONS
154 SUBDIR.${MK_LEGACY_CONSOLE}+=   kbdcontrol
155 SUBDIR.${MK_LEGACY_CONSOLE}+=   kbdmap
156 SUBDIR.${MK_LEGACY_CONSOLE}+=   moused
157 SUBDIR.${MK_LEGACY_CONSOLE}+=   vidcontrol
158 .if ${MK_LIBTHR} != "no" || ${MK_LIBPTHREAD} != "no"
159 SUBDIR.${MK_PPP}+=      pppctl
160 SUBDIR.${MK_NS_CACHING}+=       nscd
161 .endif
162 SUBDIR.${MK_LPR}+=      lpr
163 SUBDIR.${MK_MAN_UTILS}+=        manctl
164 SUBDIR.${MK_MLX5TOOL}+= mlx5tool
165 SUBDIR.${MK_NAND}+=     nandsim
166 SUBDIR.${MK_NAND}+=     nandtool
167 SUBDIR.${MK_NETGRAPH}+= flowctl
168 SUBDIR.${MK_NETGRAPH}+= ngctl
169 SUBDIR.${MK_NETGRAPH}+= nghook
170 SUBDIR.${MK_NIS}+=      rpc.yppasswdd
171 SUBDIR.${MK_NIS}+=      rpc.ypupdated
172 SUBDIR.${MK_NIS}+=      rpc.ypxfrd
173 SUBDIR.${MK_NIS}+=      ypbind
174 SUBDIR.${MK_NIS}+=      ypldap
175 SUBDIR.${MK_NIS}+=      yp_mkdb
176 SUBDIR.${MK_NIS}+=      yppoll
177 SUBDIR.${MK_NIS}+=      yppush
178 SUBDIR.${MK_NIS}+=      ypserv
179 SUBDIR.${MK_NIS}+=      ypset
180 SUBDIR.${MK_NTP}+=      ntp
181 SUBDIR.${MK_OPENSSL}+=  keyserv
182 SUBDIR.${MK_PC_SYSINSTALL}+=    pc-sysinstall
183 SUBDIR.${MK_PF}+=       ftp-proxy
184 SUBDIR.${MK_PKGBOOTSTRAP}+=     pkg
185 .if (${COMPILER_TYPE} == "clang" || (${COMPILER_TYPE} == "gcc" && ${COMPILER_VERSION} >= 60100 && ${MACHINE_CPUARCH} != "riscv"))
186 SUBDIR.${MK_PMC}+=      pmc
187 SUBDIR.${MK_PMC}+=      pmcannotate
188 SUBDIR.${MK_PMC}+=      pmccontrol
189 SUBDIR.${MK_PMC}+=      pmcstat
190 .endif
191 SUBDIR.${MK_PMC}+=      pmcstudy
192 SUBDIR.${MK_PORTSNAP}+= portsnap
193 SUBDIR.${MK_PPP}+=      ppp
194 SUBDIR.${MK_QUOTAS}+=   edquota
195 SUBDIR.${MK_QUOTAS}+=   quotaon
196 SUBDIR.${MK_QUOTAS}+=   repquota
197 SUBDIR.${MK_SENDMAIL}+= editmap
198 SUBDIR.${MK_SENDMAIL}+= mailstats
199 SUBDIR.${MK_SENDMAIL}+= makemap
200 SUBDIR.${MK_SENDMAIL}+= praliases
201 SUBDIR.${MK_SENDMAIL}+= sendmail
202 SUBDIR.${MK_TCP_WRAPPERS}+=     tcpdchk
203 SUBDIR.${MK_TCP_WRAPPERS}+=     tcpdmatch
204 SUBDIR.${MK_TIMED}+=    timed
205 SUBDIR.${MK_TOOLCHAIN}+=        config
206 SUBDIR.${MK_TOOLCHAIN}+=        crunch
207 SUBDIR.${MK_UNBOUND}+=  unbound
208 SUBDIR.${MK_USB}+=      uathload
209 SUBDIR.${MK_USB}+=      uhsoctl
210 SUBDIR.${MK_USB}+=      usbconfig
211 SUBDIR.${MK_USB}+=      usbdump
212 SUBDIR.${MK_UTMPX}+=    ac
213 SUBDIR.${MK_UTMPX}+=    lastlogin
214 SUBDIR.${MK_UTMPX}+=    utx
215 SUBDIR.${MK_WIRELESS}+= ancontrol
216 SUBDIR.${MK_WIRELESS}+= wlandebug
217 SUBDIR.${MK_WIRELESS}+= wpa
218
219 SUBDIR.${MK_TESTS}+=    tests
220
221 .include <bsd.arch.inc.mk>
222
223 SUBDIR_PARALLEL=
224
225 .include <bsd.subdir.mk>