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