1.include <src.opts.mk> 2 3SUBDIR= adduser \ 4 arp \ 5 binmiscctl \ 6 boottrace \ 7 bsdconfig \ 8 camdd \ 9 cdcontrol \ 10 chkgrp \ 11 chown \ 12 chroot \ 13 ckdist \ 14 clear_locks \ 15 crashinfo \ 16 cron \ 17 ctld \ 18 ctladm \ 19 daemon \ 20 dconschat \ 21 devctl \ 22 devinfo \ 23 diskinfo \ 24 dumpcis \ 25 etcupdate \ 26 extattr \ 27 extattrctl \ 28 fifolog \ 29 fstyp \ 30 fwcontrol \ 31 fwget \ 32 getfmac \ 33 getpmac \ 34 gstat \ 35 i2c \ 36 ifmcstat \ 37 iostat \ 38 iovctl \ 39 kldxref \ 40 mailwrapper \ 41 makefs \ 42 memcontrol \ 43 mfiutil \ 44 mixer \ 45 mlxcontrol \ 46 mountd \ 47 mount_smbfs \ 48 mpsutil \ 49 mptutil \ 50 mtest \ 51 newsyslog \ 52 nfscbd \ 53 nfsd \ 54 nfsdumpstate \ 55 nfsrevoke \ 56 nfsuserd \ 57 nmtree \ 58 nologin \ 59 pciconf \ 60 periodic \ 61 pnfsdscopymr \ 62 pnfsdsfile \ 63 pnfsdskill \ 64 powerd \ 65 prometheus_sysctl_exporter \ 66 pstat \ 67 pw \ 68 pwd_mkdb \ 69 pwm \ 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 sndctl \ 88 spi \ 89 spray \ 90 syslogd \ 91 sysrc \ 92 tcpdrop \ 93 tcpdump \ 94 tcpsso \ 95 traceroute \ 96 trim \ 97 tzsetup \ 98 ugidfw \ 99 valectl \ 100 vigr \ 101 vipw \ 102 wake \ 103 watch \ 104 watchdogd \ 105 zdump \ 106 zic \ 107 zonectl 108 109# NB: keep these sorted by MK_* knobs 110 111SUBDIR.${MK_ACCT}+= accton 112SUBDIR.${MK_ACCT}+= sa 113SUBDIR.${MK_AUDIT}+= audit 114SUBDIR.${MK_AUDIT}+= auditd 115.if ${MK_OPENSSL} != "no" 116SUBDIR.${MK_AUDIT}+= auditdistd 117.endif 118SUBDIR.${MK_AUDIT}+= auditreduce 119SUBDIR.${MK_AUDIT}+= praudit 120SUBDIR.${MK_AUDIT}+= setaudit 121SUBDIR.${MK_AUTHPF}+= authpf 122SUBDIR.${MK_AUTOFS}+= autofs 123SUBDIR.${MK_BLACKLIST}+= blacklistctl 124SUBDIR.${MK_BLACKLIST}+= blacklistd 125SUBDIR.${MK_BLOCKLIST}+= blocklistctl 126SUBDIR.${MK_BLOCKLIST}+= blocklistd 127SUBDIR.${MK_BLUETOOTH}+= bluetooth 128SUBDIR.${MK_BOOTPARAMD}+= bootparamd 129SUBDIR.${MK_BSDINSTALL}+= bsdinstall 130SUBDIR.${MK_BSNMP}+= bsnmpd 131.if ${MK_CAROOT} != "no" 132SUBDIR.${MK_OPENSSL}+= certctl 133.endif 134SUBDIR.${MK_CUSE}+= virtual_oss 135SUBDIR.${MK_CXGBETOOL}+= cxgbetool 136SUBDIR.${MK_EFI}+= efivar efidp efibootmgr efitable efiwake 137.if ${MK_OPENSSL} != "no" 138SUBDIR.${MK_EFI}+= uefisign 139.endif 140SUBDIR.${MK_FDT}+= ofwdump 141SUBDIR.${MK_FLOPPY}+= fdcontrol 142SUBDIR.${MK_FLOPPY}+= fdformat 143SUBDIR.${MK_FLOPPY}+= fdread 144SUBDIR.${MK_FLOPPY}+= fdwrite 145SUBDIR.${MK_FREEBSD_UPDATE}+= freebsd-update 146SUBDIR.${MK_KERBEROS_SUPPORT}+= gssd 147SUBDIR.${MK_GPIO}+= gpioctl 148SUBDIR.${MK_HYPERV}+= hyperv 149SUBDIR.${MK_INET6}+= ip6addrctl 150SUBDIR.${MK_INET6}+= mld6query 151SUBDIR.${MK_INET6}+= ndp 152SUBDIR.${MK_INET6}+= rip6query 153SUBDIR.${MK_INET6}+= route6d 154SUBDIR.${MK_INET6}+= rrenumd 155SUBDIR.${MK_INET6}+= rtadvctl 156SUBDIR.${MK_INET6}+= rtadvd 157SUBDIR.${MK_INET6}+= rtsold 158SUBDIR.${MK_INET6}+= traceroute6 159SUBDIR.${MK_INETD}+= inetd 160SUBDIR.${MK_IPFW}+= ipfwpcap 161SUBDIR.${MK_ISCSI}+= iscsid 162SUBDIR.${MK_JAIL}+= jail 163SUBDIR.${MK_JAIL}+= jexec 164SUBDIR.${MK_JAIL}+= jls 165# XXX MK_SYSCONS 166SUBDIR.${MK_LEGACY_CONSOLE}+= kbdcontrol 167SUBDIR.${MK_LEGACY_CONSOLE}+= kbdmap 168SUBDIR.${MK_LEGACY_CONSOLE}+= moused 169SUBDIR.${MK_LEGACY_CONSOLE}+= vidcontrol 170SUBDIR.${MK_PPP}+= pppctl 171SUBDIR.${MK_NS_CACHING}+= nscd 172SUBDIR.${MK_LPR}+= lpr 173SUBDIR.${MK_MAN_UTILS}+= manctl 174SUBDIR.${MK_MLX5TOOL}+= mlx5tool 175SUBDIR.${MK_NETGRAPH}+= flowctl 176SUBDIR.${MK_NETGRAPH}+= ngctl 177SUBDIR.${MK_NETGRAPH}+= nghook 178SUBDIR.${MK_NIS}+= rpc.yppasswdd 179SUBDIR.${MK_NIS}+= rpc.ypupdated 180SUBDIR.${MK_NIS}+= rpc.ypxfrd 181SUBDIR.${MK_NIS}+= ypbind 182SUBDIR.${MK_NIS}+= ypldap 183SUBDIR.${MK_NIS}+= yp_mkdb 184SUBDIR.${MK_NIS}+= yppoll 185SUBDIR.${MK_NIS}+= yppush 186SUBDIR.${MK_NIS}+= ypserv 187SUBDIR.${MK_NIS}+= ypset 188SUBDIR.${MK_NTP}+= ntp 189SUBDIR.${MK_OPENSSL_KTLS}+= rpc.tlsclntd 190SUBDIR.${MK_OPENSSL_KTLS}+= rpc.tlsservd 191SUBDIR.${MK_PF}+= ftp-proxy 192SUBDIR.${MK_PKGBOOTSTRAP}+= pkg 193SUBDIR.${MK_PMC}+= pmc pmcannotate pmccontrol pmcstat pmcstudy 194SUBDIR.${MK_PPP}+= ppp 195SUBDIR.${MK_QUOTAS}+= edquota 196SUBDIR.${MK_QUOTAS}+= quotaon 197SUBDIR.${MK_QUOTAS}+= repquota 198SUBDIR.${MK_SENDMAIL}+= editmap 199SUBDIR.${MK_SENDMAIL}+= mailstats 200SUBDIR.${MK_SENDMAIL}+= makemap 201SUBDIR.${MK_SENDMAIL}+= praliases 202SUBDIR.${MK_SENDMAIL}+= sendmail 203SUBDIR.${MK_TCP_WRAPPERS}+= tcpdchk 204SUBDIR.${MK_TCP_WRAPPERS}+= tcpdmatch 205SUBDIR.${MK_TOOLCHAIN}+= config 206SUBDIR.${MK_TOOLCHAIN}+= crunch 207SUBDIR.${MK_UNBOUND}+= unbound 208SUBDIR.${MK_USB}+= uathload 209SUBDIR.${MK_USB}+= uhsoctl 210SUBDIR.${MK_USB}+= usbconfig 211SUBDIR.${MK_USB}+= usbdump 212SUBDIR.${MK_UTMPX}+= ac 213SUBDIR.${MK_UTMPX}+= lastlogin 214SUBDIR.${MK_UTMPX}+= utx 215SUBDIR.${MK_WIRELESS}+= wlandebug 216SUBDIR.${MK_WIRELESS}+= wlanstat 217SUBDIR.${MK_WIRELESS}+= wpa 218 219SUBDIR.${MK_TESTS}+= tests 220 221.include <bsd.arch.inc.mk> 222 223SUBDIR_PARALLEL= 224 225# Add architecture-specific manpages 226# to be included anyway 227MAN= apmd/apmd.8 \ 228 nvram/nvram.8 229 230.include <bsd.prog.mk> 231 232.include <bsd.subdir.mk> 233