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 mfiutil \ 42 mixer \ 43 mlxcontrol \ 44 mountd \ 45 mount_smbfs \ 46 mpsutil \ 47 mptutil \ 48 mtest \ 49 newsyslog \ 50 nfscbd \ 51 nfsd \ 52 nfsdumpstate \ 53 nfsrevoke \ 54 nfsuserd \ 55 nmtree \ 56 nologin \ 57 nvmfd \ 58 pciconf \ 59 periodic \ 60 pnfsdscopymr \ 61 pnfsdsfile \ 62 pnfsdskill \ 63 powerd \ 64 prometheus_sysctl_exporter \ 65 pstat \ 66 pw \ 67 pwd_mkdb \ 68 pwm \ 69 quot \ 70 rarpd \ 71 rmt \ 72 rpcbind \ 73 rpc.lockd \ 74 rpc.statd \ 75 rpc.umntall \ 76 rtprio \ 77 rwhod \ 78 service \ 79 services_mkdb \ 80 sesutil \ 81 setfib \ 82 setfmac \ 83 setpmac \ 84 smbmsg \ 85 snapinfo \ 86 spi \ 87 spray \ 88 syslogd \ 89 sysrc \ 90 tcpdrop \ 91 tcpdump \ 92 tcpsso \ 93 traceroute \ 94 trim \ 95 tzsetup \ 96 ugidfw \ 97 valectl \ 98 vigr \ 99 vipw \ 100 wake \ 101 watch \ 102 watchdogd \ 103 zdump \ 104 zic \ 105 zonectl 106 107# NB: keep these sorted by MK_* knobs 108 109SUBDIR.${MK_ACCT}+= accton 110SUBDIR.${MK_ACCT}+= sa 111SUBDIR.${MK_AUDIT}+= audit 112SUBDIR.${MK_AUDIT}+= auditd 113.if ${MK_OPENSSL} != "no" 114SUBDIR.${MK_AUDIT}+= auditdistd 115.endif 116SUBDIR.${MK_AUDIT}+= auditreduce 117SUBDIR.${MK_AUDIT}+= praudit 118SUBDIR.${MK_AUTHPF}+= authpf 119SUBDIR.${MK_AUTOFS}+= autofs 120SUBDIR.${MK_BLACKLIST}+= blacklistctl 121SUBDIR.${MK_BLACKLIST}+= blacklistd 122SUBDIR.${MK_BLUETOOTH}+= bluetooth 123SUBDIR.${MK_BOOTPARAMD}+= bootparamd 124SUBDIR.${MK_BSDINSTALL}+= bsdinstall 125SUBDIR.${MK_BSNMP}+= bsnmpd 126.if ${MK_CAROOT} != "no" 127SUBDIR.${MK_OPENSSL}+= certctl 128.endif 129SUBDIR.${MK_CXGBETOOL}+= cxgbetool 130SUBDIR.${MK_EFI}+= efivar efidp efibootmgr efitable efiwake 131.if ${MK_OPENSSL} != "no" 132SUBDIR.${MK_EFI}+= uefisign 133.endif 134SUBDIR.${MK_FDT}+= ofwdump 135SUBDIR.${MK_FLOPPY}+= fdcontrol 136SUBDIR.${MK_FLOPPY}+= fdformat 137SUBDIR.${MK_FLOPPY}+= fdread 138SUBDIR.${MK_FLOPPY}+= fdwrite 139SUBDIR.${MK_FREEBSD_UPDATE}+= freebsd-update 140SUBDIR.${MK_GSSAPI}+= gssd 141SUBDIR.${MK_GPIO}+= gpioctl 142SUBDIR.${MK_HYPERV}+= hyperv 143SUBDIR.${MK_INET6}+= ip6addrctl 144SUBDIR.${MK_INET6}+= mld6query 145SUBDIR.${MK_INET6}+= ndp 146SUBDIR.${MK_INET6}+= rip6query 147SUBDIR.${MK_INET6}+= route6d 148SUBDIR.${MK_INET6}+= rrenumd 149SUBDIR.${MK_INET6}+= rtadvctl 150SUBDIR.${MK_INET6}+= rtadvd 151SUBDIR.${MK_INET6}+= rtsold 152SUBDIR.${MK_INET6}+= traceroute6 153SUBDIR.${MK_INETD}+= inetd 154SUBDIR.${MK_IPFW}+= ipfwpcap 155SUBDIR.${MK_ISCSI}+= ctladm ctld iscsid 156SUBDIR.${MK_JAIL}+= jail 157SUBDIR.${MK_JAIL}+= jexec 158SUBDIR.${MK_JAIL}+= jls 159# XXX MK_SYSCONS 160SUBDIR.${MK_LEGACY_CONSOLE}+= kbdcontrol 161SUBDIR.${MK_LEGACY_CONSOLE}+= kbdmap 162SUBDIR.${MK_LEGACY_CONSOLE}+= moused 163SUBDIR.${MK_LEGACY_CONSOLE}+= vidcontrol 164SUBDIR.${MK_PPP}+= pppctl 165SUBDIR.${MK_NS_CACHING}+= nscd 166SUBDIR.${MK_LPR}+= lpr 167SUBDIR.${MK_MAN_UTILS}+= manctl 168SUBDIR.${MK_MLX5TOOL}+= mlx5tool 169SUBDIR.${MK_NETGRAPH}+= flowctl 170SUBDIR.${MK_NETGRAPH}+= ngctl 171SUBDIR.${MK_NETGRAPH}+= nghook 172SUBDIR.${MK_NIS}+= rpc.yppasswdd 173SUBDIR.${MK_NIS}+= rpc.ypupdated 174SUBDIR.${MK_NIS}+= rpc.ypxfrd 175SUBDIR.${MK_NIS}+= ypbind 176SUBDIR.${MK_NIS}+= ypldap 177SUBDIR.${MK_NIS}+= yp_mkdb 178SUBDIR.${MK_NIS}+= yppoll 179SUBDIR.${MK_NIS}+= yppush 180SUBDIR.${MK_NIS}+= ypserv 181SUBDIR.${MK_NIS}+= ypset 182SUBDIR.${MK_NTP}+= ntp 183SUBDIR.${MK_OPENSSL}+= keyserv 184SUBDIR.${MK_OPENSSL_KTLS}+= rpc.tlsclntd 185SUBDIR.${MK_OPENSSL_KTLS}+= rpc.tlsservd 186SUBDIR.${MK_PF}+= ftp-proxy 187SUBDIR.${MK_PKGBOOTSTRAP}+= pkg 188SUBDIR.${MK_PMC}+= pmc pmcannotate pmccontrol pmcstat pmcstudy 189SUBDIR.${MK_PPP}+= ppp 190SUBDIR.${MK_QUOTAS}+= edquota 191SUBDIR.${MK_QUOTAS}+= quotaon 192SUBDIR.${MK_QUOTAS}+= repquota 193SUBDIR.${MK_SENDMAIL}+= editmap 194SUBDIR.${MK_SENDMAIL}+= mailstats 195SUBDIR.${MK_SENDMAIL}+= makemap 196SUBDIR.${MK_SENDMAIL}+= praliases 197SUBDIR.${MK_SENDMAIL}+= sendmail 198SUBDIR.${MK_TCP_WRAPPERS}+= tcpdchk 199SUBDIR.${MK_TCP_WRAPPERS}+= tcpdmatch 200SUBDIR.${MK_TOOLCHAIN}+= config 201SUBDIR.${MK_TOOLCHAIN}+= crunch 202SUBDIR.${MK_UNBOUND}+= unbound 203SUBDIR.${MK_USB}+= uathload 204SUBDIR.${MK_USB}+= uhsoctl 205SUBDIR.${MK_USB}+= usbconfig 206SUBDIR.${MK_USB}+= usbdump 207SUBDIR.${MK_UTMPX}+= ac 208SUBDIR.${MK_UTMPX}+= lastlogin 209SUBDIR.${MK_UTMPX}+= utx 210SUBDIR.${MK_WIRELESS}+= wlandebug 211SUBDIR.${MK_WIRELESS}+= wpa 212 213SUBDIR.${MK_TESTS}+= tests 214 215.include <bsd.arch.inc.mk> 216 217SUBDIR_PARALLEL= 218 219# Add architecture-specific manpages 220# to be included anyway 221MAN= apmd/apmd.8 \ 222 nvram/nvram.8 223 224.include <bsd.prog.mk> 225 226.include <bsd.subdir.mk> 227