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