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