]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/Makefile
Add support for managing Shingled Magnetic Recording (SMR) drives.
[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         bsdconfig \
10         camdd \
11         cdcontrol \
12         chkgrp \
13         chown \
14         chroot \
15         ckdist \
16         clear_locks \
17         crashinfo \
18         cron \
19         ctladm \
20         ctld \
21         daemon \
22         dconschat \
23         devctl \
24         devinfo \
25         digictl \
26         diskinfo \
27         dumpcis \
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         service \
77         services_mkdb \
78         sesutil \
79         setfib \
80         setfmac \
81         setpmac \
82         smbmsg \
83         snapinfo \
84         spray \
85         syslogd \
86         sysrc \
87         tcpdrop \
88         tcpdump \
89         traceroute \
90         trpt \
91         tzsetup \
92         uefisign \
93         ugidfw \
94         vigr \
95         vipw \
96         wake \
97         watch \
98         watchdogd \
99         zic \
100         zonectl
101
102 # NB: keep these sorted by MK_* knobs
103
104 SUBDIR.${MK_ACCT}+=     accton
105 SUBDIR.${MK_ACCT}+=     sa
106 SUBDIR.${MK_AMD}+=      amd
107 SUBDIR.${MK_AUDIT}+=    audit
108 SUBDIR.${MK_AUDIT}+=    auditd
109 .if ${MK_OPENSSL} != "no"
110 SUBDIR.${MK_AUDIT}+=    auditdistd
111 .endif
112 SUBDIR.${MK_AUDIT}+=    auditreduce
113 SUBDIR.${MK_AUDIT}+=    praudit
114 SUBDIR.${MK_AUTHPF}+=   authpf
115 SUBDIR.${MK_AUTOFS}+=   autofs
116 SUBDIR.${MK_BLUETOOTH}+=        bluetooth
117 SUBDIR.${MK_BOOTPARAMD}+=       bootparamd
118 SUBDIR.${MK_BSDINSTALL}+=       bsdinstall
119 SUBDIR.${MK_BSNMP}+=    bsnmpd
120 SUBDIR.${MK_CTM}+=      ctm
121 SUBDIR.${MK_FLOPPY}+=   fdcontrol
122 SUBDIR.${MK_FLOPPY}+=   fdformat
123 SUBDIR.${MK_FLOPPY}+=   fdread
124 SUBDIR.${MK_FLOPPY}+=   fdwrite
125 SUBDIR.${MK_FMTREE}+=   fmtree
126 SUBDIR.${MK_FREEBSD_UPDATE}+=   freebsd-update
127 SUBDIR.${MK_GSSAPI}+=   gssd
128 SUBDIR.${MK_GPIO}+=     gpioctl
129 SUBDIR.${MK_INET6}+=    ip6addrctl
130 SUBDIR.${MK_INET6}+=    mld6query
131 SUBDIR.${MK_INET6}+=    ndp
132 SUBDIR.${MK_INET6}+=    rip6query
133 SUBDIR.${MK_INET6}+=    route6d
134 SUBDIR.${MK_INET6}+=    rrenumd
135 SUBDIR.${MK_INET6}+=    rtadvctl
136 SUBDIR.${MK_INET6}+=    rtadvd
137 SUBDIR.${MK_INET6}+=    rtsold
138 SUBDIR.${MK_INET6}+=    traceroute6
139 SUBDIR.${MK_INETD}+=    inetd
140 SUBDIR.${MK_IPFW}+=     ipfwpcap
141 SUBDIR.${MK_ISCSI}+=    iscsid
142 SUBDIR.${MK_JAIL}+=     jail
143 SUBDIR.${MK_JAIL}+=     jexec
144 SUBDIR.${MK_JAIL}+=     jls
145 # XXX MK_SYSCONS
146 SUBDIR.${MK_LEGACY_CONSOLE}+=   kbdcontrol
147 SUBDIR.${MK_LEGACY_CONSOLE}+=   kbdmap
148 SUBDIR.${MK_LEGACY_CONSOLE}+=   moused
149 SUBDIR.${MK_LEGACY_CONSOLE}+=   vidcontrol
150 .if ${MK_LIBTHR} != "no" || ${MK_LIBPTHREAD} != "no"
151 SUBDIR.${MK_PPP}+=      pppctl
152 SUBDIR.${MK_NS_CACHING}+=       nscd
153 .endif
154 SUBDIR.${MK_LPR}+=      lpr
155 SUBDIR.${MK_MAN_UTILS}+=        manctl
156 SUBDIR.${MK_NAND}+=     nandsim
157 SUBDIR.${MK_NAND}+=     nandtool
158 SUBDIR.${MK_NETGRAPH}+= flowctl
159 SUBDIR.${MK_NETGRAPH}+= lmcconfig
160 SUBDIR.${MK_NETGRAPH}+= ngctl
161 SUBDIR.${MK_NETGRAPH}+= nghook
162 SUBDIR.${MK_NIS}+=      rpc.yppasswdd
163 SUBDIR.${MK_NIS}+=      rpc.ypupdated
164 SUBDIR.${MK_NIS}+=      rpc.ypxfrd
165 SUBDIR.${MK_NIS}+=      ypbind
166 SUBDIR.${MK_NIS}+=      ypldap
167 SUBDIR.${MK_NIS}+=      yp_mkdb
168 SUBDIR.${MK_NIS}+=      yppoll
169 SUBDIR.${MK_NIS}+=      yppush
170 SUBDIR.${MK_NIS}+=      ypserv
171 SUBDIR.${MK_NIS}+=      ypset
172 SUBDIR.${MK_NTP}+=      ntp
173 SUBDIR.${MK_OPENSSL}+=  keyserv
174 SUBDIR.${MK_PC_SYSINSTALL}+=    pc-sysinstall
175 SUBDIR.${MK_PF}+=       ftp-proxy
176 SUBDIR.${MK_PKGBOOTSTRAP}+=     pkg
177 SUBDIR.${MK_PMC}+=      pmcannotate
178 SUBDIR.${MK_PMC}+=      pmccontrol
179 SUBDIR.${MK_PMC}+=      pmcstat
180 SUBDIR.${MK_PORTSNAP}+= portsnap
181 SUBDIR.${MK_PPP}+=      ppp
182 SUBDIR.${MK_QUOTAS}+=   edquota
183 SUBDIR.${MK_QUOTAS}+=   quotaon
184 SUBDIR.${MK_QUOTAS}+=   repquota
185 SUBDIR.${MK_RCMDS}+=    rwhod
186 SUBDIR.${MK_RCS}+=      etcupdate
187 SUBDIR.${MK_SENDMAIL}+= editmap
188 SUBDIR.${MK_SENDMAIL}+= mailstats
189 SUBDIR.${MK_SENDMAIL}+= makemap
190 SUBDIR.${MK_SENDMAIL}+= praliases
191 SUBDIR.${MK_SENDMAIL}+= sendmail
192 SUBDIR.${MK_TCP_WRAPPERS}+=     tcpdchk
193 SUBDIR.${MK_TCP_WRAPPERS}+=     tcpdmatch
194 SUBDIR.${MK_TIMED}+=    timed
195 SUBDIR.${MK_TOOLCHAIN}+=        config
196 SUBDIR.${MK_TOOLCHAIN}+=        crunch
197 SUBDIR.${MK_UNBOUND}+=  unbound
198 SUBDIR.${MK_USB}+=      uathload
199 SUBDIR.${MK_USB}+=      uhsoctl
200 SUBDIR.${MK_USB}+=      usbconfig
201 SUBDIR.${MK_USB}+=      usbdump
202 SUBDIR.${MK_UTMPX}+=    ac
203 SUBDIR.${MK_UTMPX}+=    lastlogin
204 SUBDIR.${MK_UTMPX}+=    utx
205 SUBDIR.${MK_WIRELESS}+= ancontrol
206 SUBDIR.${MK_WIRELESS}+= wlandebug
207 SUBDIR.${MK_WIRELESS}+= wpa
208
209 SUBDIR.${MK_TESTS}+=    tests
210
211 .include <bsd.arch.inc.mk>
212
213 SUBDIR:=        ${SUBDIR:O}
214
215 SUBDIR_PARALLEL=
216
217 .include <bsd.subdir.mk>