1
0
mirror of https://git.FreeBSD.org/src.git synced 2026-06-02 11:24:32 +00:00
Files
src/usr.sbin/Makefile
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

234 lines
4.6 KiB
Makefile
Raw Normal View History

.include <src.opts.mk>
SUBDIR= adduser \
1998-08-30 20:58:16 +00:00
arp \
binmiscctl \
2021-02-05 16:07:39 -04:00
boottrace \
2023-10-05 09:51:16 +02:00
bsdconfig \
camdd \
1998-08-30 20:58:16 +00:00
cdcontrol \
chkgrp \
chown \
chroot \
ckdist \
clear_locks \
crashinfo \
1998-08-30 20:58:16 +00:00
cron \
2025-06-01 03:04:37 +01:00
ctld \
ctladm \
daemon \
2003-10-24 15:44:10 +00:00
dconschat \
devctl \
2001-04-21 00:13:57 +00:00
devinfo \
diskinfo \
dumpcis \
2016-08-05 19:24:52 +00:00
etcupdate \
extattr \
extattrctl \
2008-03-10 12:53:41 +00:00
fifolog \
fstyp \
2002-12-30 10:13:16 +00:00
fwcontrol \
2023-04-26 07:46:20 +02:00
fwget \
getfmac \
getpmac \
2003-03-20 20:48:41 +00:00
gstat \
i2c \
ifmcstat \
1998-11-09 23:39:02 +00:00
iostat \
iovctl \
kldxref \
2001-08-18 03:36:26 +00:00
mailwrapper \
makefs \
1999-04-07 04:12:02 +00:00
memcontrol \
mfiutil \
2000-04-11 03:02:37 +00:00
mlxcontrol \
mountd \
mount_smbfs \
2015-10-28 12:31:29 +00:00
mpsutil \
mptutil \
1998-08-30 20:58:16 +00:00
mtest \
newsyslog \
nfscbd \
nfsd \
nfsdumpstate \
nfsrevoke \
nfsuserd \
nmtree \
nologin \
1998-08-30 20:58:16 +00:00
pciconf \
periodic \
pnfsdscopymr \
pnfsdsfile \
pnfsdskill \
2005-02-26 21:18:20 +00:00
powerd \
prometheus_sysctl_exporter \
1998-08-30 20:58:16 +00:00
pstat \
pw \
pwd_mkdb \
pwm \
1998-08-30 20:58:16 +00:00
quot \
rarpd \
rmt \
rpcbind \
1998-08-30 20:58:16 +00:00
rpc.lockd \
rpc.statd \
rpc.umntall \
1998-11-09 23:39:02 +00:00
rtprio \
rwhod \
service \
services_mkdb \
2015-09-05 00:06:01 +00:00
sesutil \
2008-05-10 00:43:13 +00:00
setfib \
setfmac \
setpmac \
2026-04-28 09:55:50 -07:00
smart \
2004-05-17 10:57:03 +00:00
smbmsg \
2005-07-20 22:53:57 +00:00
snapinfo \
spi \
1998-08-30 20:58:16 +00:00
spray \
syslogd \
sysrc \
tcpdrop \
1999-04-28 08:00:50 +00:00
tcpdump \
2022-02-09 19:22:18 +01:00
tcpsso \
1998-08-30 20:58:16 +00:00
traceroute \
trim \
tzsetup \
ugidfw \
2019-10-31 21:01:34 +00:00
valectl \
vigr \
1998-08-30 20:58:16 +00:00
vipw \
wake \
1998-08-30 20:58:16 +00:00
watch \
2003-06-26 09:50:52 +00:00
watchdogd \
2023-01-10 16:14:27 +01:00
zdump \
zic \
zonectl
# NB: keep these sorted by MK_* knobs
2015-11-18 17:52:38 +00:00
SUBDIR.${MK_ACCT}+= accton
SUBDIR.${MK_ACCT}+= sa
SUBDIR.${MK_AUDIT}+= audit
SUBDIR.${MK_AUDIT}+= auditd
.if ${MK_OPENSSL} != "no"
2015-11-18 17:52:38 +00:00
SUBDIR.${MK_AUDIT}+= auditdistd
.endif
2015-11-18 17:52:38 +00:00
SUBDIR.${MK_AUDIT}+= auditreduce
SUBDIR.${MK_AUDIT}+= praudit
2025-11-17 16:40:10 +00:00
SUBDIR.${MK_AUDIT}+= setaudit
2015-11-18 17:52:38 +00:00
SUBDIR.${MK_AUTHPF}+= authpf
SUBDIR.${MK_AUTOFS}+= autofs
SUBDIR.${MK_BLACKLIST}+= blacklistctl
SUBDIR.${MK_BLACKLIST}+= blacklistd
2025-10-12 17:14:27 +00:00
SUBDIR.${MK_BLOCKLIST}+= blocklistctl
SUBDIR.${MK_BLOCKLIST}+= blocklistd
2015-11-18 17:52:38 +00:00
SUBDIR.${MK_BLUETOOTH}+= bluetooth
SUBDIR.${MK_BOOTPARAMD}+= bootparamd
SUBDIR.${MK_BSDINSTALL}+= bsdinstall
SUBDIR.${MK_BSNMP}+= bsnmpd
2019-10-02 01:05:53 +00:00
.if ${MK_CAROOT} != "no"
SUBDIR.${MK_OPENSSL}+= certctl
.endif
2017-03-03 03:11:58 +00:00
SUBDIR.${MK_CXGBETOOL}+= cxgbetool
2023-04-26 17:16:55 +01:00
SUBDIR.${MK_EFI}+= efivar efidp efibootmgr efitable efiwake
.if ${MK_OPENSSL} != "no"
SUBDIR.${MK_EFI}+= uefisign
.endif
2023-10-02 10:40:18 -03:00
SUBDIR.${MK_FDT}+= ofwdump
2015-11-18 17:52:38 +00:00
SUBDIR.${MK_FLOPPY}+= fdcontrol
SUBDIR.${MK_FLOPPY}+= fdformat
SUBDIR.${MK_FLOPPY}+= fdread
SUBDIR.${MK_FLOPPY}+= fdwrite
SUBDIR.${MK_FREEBSD_UPDATE}+= freebsd-update
2025-08-20 19:42:20 +01:00
SUBDIR.${MK_KERBEROS_SUPPORT}+= gssd
2015-11-18 17:52:38 +00:00
SUBDIR.${MK_GPIO}+= gpioctl
2023-02-01 10:21:24 -07:00
SUBDIR.${MK_HYPERV}+= hyperv
2015-11-18 17:52:38 +00:00
SUBDIR.${MK_INET6}+= ip6addrctl
SUBDIR.${MK_INET6}+= mld6query
SUBDIR.${MK_INET6}+= ndp
SUBDIR.${MK_INET6}+= rip6query
SUBDIR.${MK_INET6}+= route6d
SUBDIR.${MK_INET6}+= rrenumd
SUBDIR.${MK_INET6}+= rtadvctl
SUBDIR.${MK_INET6}+= rtadvd
SUBDIR.${MK_INET6}+= rtsold
SUBDIR.${MK_INET6}+= traceroute6
SUBDIR.${MK_INETD}+= inetd
SUBDIR.${MK_IPFW}+= ipfwpcap
2025-06-01 03:04:37 +01:00
SUBDIR.${MK_ISCSI}+= iscsid
2015-11-18 17:52:38 +00:00
SUBDIR.${MK_JAIL}+= jail
SUBDIR.${MK_JAIL}+= jexec
SUBDIR.${MK_JAIL}+= jls
# XXX MK_SYSCONS
2015-11-18 17:52:38 +00:00
SUBDIR.${MK_LEGACY_CONSOLE}+= kbdcontrol
SUBDIR.${MK_LEGACY_CONSOLE}+= kbdmap
SUBDIR.${MK_LEGACY_CONSOLE}+= moused
SUBDIR.${MK_LEGACY_CONSOLE}+= vidcontrol
SUBDIR.${MK_PPP}+= pppctl
SUBDIR.${MK_NS_CACHING}+= nscd
SUBDIR.${MK_LPR}+= lpr
SUBDIR.${MK_MAN_UTILS}+= manctl
SUBDIR.${MK_MLX5TOOL}+= mlx5tool
2015-11-18 17:52:38 +00:00
SUBDIR.${MK_NETGRAPH}+= flowctl
SUBDIR.${MK_NETGRAPH}+= ngctl
SUBDIR.${MK_NETGRAPH}+= nghook
SUBDIR.${MK_NIS}+= rpc.yppasswdd
SUBDIR.${MK_NIS}+= rpc.ypupdated
2015-11-18 17:52:38 +00:00
SUBDIR.${MK_NIS}+= rpc.ypxfrd
SUBDIR.${MK_NIS}+= ypbind
2015-11-24 02:27:59 +00:00
SUBDIR.${MK_NIS}+= ypldap
2015-11-18 17:52:38 +00:00
SUBDIR.${MK_NIS}+= yp_mkdb
SUBDIR.${MK_NIS}+= yppoll
SUBDIR.${MK_NIS}+= yppush
SUBDIR.${MK_NIS}+= ypserv
SUBDIR.${MK_NIS}+= ypset
SUBDIR.${MK_NTP}+= ntp
SUBDIR.${MK_OPENSSL_KTLS}+= rpc.tlsclntd
SUBDIR.${MK_OPENSSL_KTLS}+= rpc.tlsservd
2015-11-18 17:52:38 +00:00
SUBDIR.${MK_PF}+= ftp-proxy
SUBDIR.${MK_PKGBOOTSTRAP}+= pkg
SUBDIR.${MK_PMC}+= pmc pmcannotate pmccontrol pmcstat pmcstudy
2015-11-18 17:52:38 +00:00
SUBDIR.${MK_PPP}+= ppp
SUBDIR.${MK_QUOTAS}+= edquota
SUBDIR.${MK_QUOTAS}+= quotaon
SUBDIR.${MK_QUOTAS}+= repquota
SUBDIR.${MK_SENDMAIL}+= editmap
SUBDIR.${MK_SENDMAIL}+= mailstats
SUBDIR.${MK_SENDMAIL}+= makemap
SUBDIR.${MK_SENDMAIL}+= praliases
SUBDIR.${MK_SENDMAIL}+= sendmail
2026-01-12 16:16:35 +02:00
SUBDIR.${MK_SOUND}+= mixer
SUBDIR.${MK_SOUND}+= sndctl
2026-01-15 19:54:22 +02:00
SUBDIR.${MK_CUSE}.${MK_SOUND}+= virtual_oss
2015-11-18 17:52:38 +00:00
SUBDIR.${MK_TCP_WRAPPERS}+= tcpdchk
SUBDIR.${MK_TCP_WRAPPERS}+= tcpdmatch
SUBDIR.${MK_TOOLCHAIN}+= config
SUBDIR.${MK_TOOLCHAIN}+= crunch
SUBDIR.${MK_UNBOUND}+= unbound
SUBDIR.${MK_USB}+= uathload
SUBDIR.${MK_USB}+= uhsoctl
SUBDIR.${MK_USB}+= usbconfig
SUBDIR.${MK_USB}+= usbdump
SUBDIR.${MK_UTMPX}+= ac
SUBDIR.${MK_UTMPX}+= lastlogin
SUBDIR.${MK_UTMPX}+= utx
SUBDIR.${MK_WIRELESS}+= wlandebug
SUBDIR.${MK_WIRELESS}+= wlanstat
2015-11-18 17:52:38 +00:00
SUBDIR.${MK_WIRELESS}+= wpa
2015-11-18 17:52:38 +00:00
SUBDIR.${MK_TESTS}+= tests
.include <bsd.arch.inc.mk>
SUBDIR_PARALLEL=
2021-06-09 12:58:04 +02:00
# Add architecture-specific manpages
# to be included anyway
MAN= apmd/apmd.8 \
nvram/nvram.8
.include <bsd.prog.mk>
1994-05-26 05:23:31 +00:00
.include <bsd.subdir.mk>