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 pstat \ 66 pw \ 67 pwd_mkdb \ 68 quot \ 69 rarpd \ 70 rmt \ 71 rpcbind \ 72 rpc.lockd \ 73 rpc.statd \ 74 rpc.umntall \ 75 rtprio \ 76 service \ 77 services_mkdb \ 78 sesutil \ 79 setfib \ 80 setfmac \ 81 setpmac \ 82 smbmsg \ 83 snapinfo \ 84 spray \ 85 syslogd \ 86 sysrc \ 87 tcpdrop \ 88 tcpdump \ 89 traceroute \ 90 trpt \ 91 uefisign \ 92 ugidfw \ 93 vigr \ 94 vipw \ 95 wake \ 96 watch \ 97 watchdogd \ 98 zic \ 99 zonectl 100 101# NB: keep these sorted by MK_* knobs 102 103SUBDIR.${MK_ACCT}+= accton 104SUBDIR.${MK_ACCT}+= sa 105SUBDIR.${MK_AMD}+= amd 106SUBDIR.${MK_AUDIT}+= audit 107SUBDIR.${MK_AUDIT}+= auditd 108.if ${MK_OPENSSL} != "no" 109SUBDIR.${MK_AUDIT}+= auditdistd 110.endif 111SUBDIR.${MK_AUDIT}+= auditreduce 112SUBDIR.${MK_AUDIT}+= praudit 113SUBDIR.${MK_AUTHPF}+= authpf 114SUBDIR.${MK_AUTOFS}+= autofs 115.if ${MK_BLACKLIST} != "no" 116SUBDIR.${MK_BLACKLIST}+= blacklistctl 117SUBDIR.${MK_BLACKLIST}+= blacklistd 118.endif 119SUBDIR.${MK_BLUETOOTH}+= bluetooth 120SUBDIR.${MK_BOOTPARAMD}+= bootparamd 121SUBDIR.${MK_BSDINSTALL}+= bsdinstall 122SUBDIR.${MK_BSNMP}+= bsnmpd 123SUBDIR.${MK_CTM}+= ctm 124SUBDIR.${MK_DIALOG}+= tzsetup 125SUBDIR.${MK_DIALOG}+= bsdconfig 126SUBDIR.${MK_FLOPPY}+= fdcontrol 127SUBDIR.${MK_FLOPPY}+= fdformat 128SUBDIR.${MK_FLOPPY}+= fdread 129SUBDIR.${MK_FLOPPY}+= fdwrite 130SUBDIR.${MK_FMTREE}+= fmtree 131SUBDIR.${MK_FREEBSD_UPDATE}+= freebsd-update 132SUBDIR.${MK_GSSAPI}+= gssd 133SUBDIR.${MK_GPIO}+= gpioctl 134SUBDIR.${MK_INET6}+= ip6addrctl 135SUBDIR.${MK_INET6}+= mld6query 136SUBDIR.${MK_INET6}+= ndp 137SUBDIR.${MK_INET6}+= rip6query 138SUBDIR.${MK_INET6}+= route6d 139SUBDIR.${MK_INET6}+= rrenumd 140SUBDIR.${MK_INET6}+= rtadvctl 141SUBDIR.${MK_INET6}+= rtadvd 142SUBDIR.${MK_INET6}+= rtsold 143SUBDIR.${MK_INET6}+= traceroute6 144SUBDIR.${MK_INETD}+= inetd 145SUBDIR.${MK_IPFW}+= ipfwpcap 146SUBDIR.${MK_ISCSI}+= iscsid 147SUBDIR.${MK_JAIL}+= jail 148SUBDIR.${MK_JAIL}+= jexec 149SUBDIR.${MK_JAIL}+= jls 150# XXX MK_SYSCONS 151SUBDIR.${MK_LEGACY_CONSOLE}+= kbdcontrol 152SUBDIR.${MK_LEGACY_CONSOLE}+= kbdmap 153SUBDIR.${MK_LEGACY_CONSOLE}+= moused 154SUBDIR.${MK_LEGACY_CONSOLE}+= vidcontrol 155.if ${MK_LIBTHR} != "no" || ${MK_LIBPTHREAD} != "no" 156SUBDIR.${MK_PPP}+= pppctl 157SUBDIR.${MK_NS_CACHING}+= nscd 158.endif 159SUBDIR.${MK_LPR}+= lpr 160SUBDIR.${MK_MAN_UTILS}+= manctl 161SUBDIR.${MK_NAND}+= nandsim 162SUBDIR.${MK_NAND}+= nandtool 163SUBDIR.${MK_NETGRAPH}+= flowctl 164SUBDIR.${MK_NETGRAPH}+= lmcconfig 165SUBDIR.${MK_NETGRAPH}+= ngctl 166SUBDIR.${MK_NETGRAPH}+= nghook 167SUBDIR.${MK_NIS}+= rpc.yppasswdd 168SUBDIR.${MK_NIS}+= rpc.ypupdated 169SUBDIR.${MK_NIS}+= rpc.ypxfrd 170SUBDIR.${MK_NIS}+= ypbind 171SUBDIR.${MK_NIS}+= ypldap 172SUBDIR.${MK_NIS}+= yp_mkdb 173SUBDIR.${MK_NIS}+= yppoll 174SUBDIR.${MK_NIS}+= yppush 175SUBDIR.${MK_NIS}+= ypserv 176SUBDIR.${MK_NIS}+= ypset 177SUBDIR.${MK_NTP}+= ntp 178SUBDIR.${MK_OPENSSL}+= keyserv 179SUBDIR.${MK_PC_SYSINSTALL}+= pc-sysinstall 180SUBDIR.${MK_PF}+= ftp-proxy 181SUBDIR.${MK_PKGBOOTSTRAP}+= pkg 182SUBDIR.${MK_PMC}+= pmcannotate 183SUBDIR.${MK_PMC}+= pmccontrol 184SUBDIR.${MK_PMC}+= pmcstat 185SUBDIR.${MK_PMC}+= pmcstudy 186SUBDIR.${MK_PORTSNAP}+= portsnap 187SUBDIR.${MK_PPP}+= ppp 188SUBDIR.${MK_QUOTAS}+= edquota 189SUBDIR.${MK_QUOTAS}+= quotaon 190SUBDIR.${MK_QUOTAS}+= repquota 191SUBDIR.${MK_RCMDS}+= rwhod 192SUBDIR.${MK_SENDMAIL}+= editmap 193SUBDIR.${MK_SENDMAIL}+= mailstats 194SUBDIR.${MK_SENDMAIL}+= makemap 195SUBDIR.${MK_SENDMAIL}+= praliases 196SUBDIR.${MK_SENDMAIL}+= sendmail 197SUBDIR.${MK_TCP_WRAPPERS}+= tcpdchk 198SUBDIR.${MK_TCP_WRAPPERS}+= tcpdmatch 199SUBDIR.${MK_TIMED}+= timed 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}+= ancontrol 211SUBDIR.${MK_WIRELESS}+= wlandebug 212SUBDIR.${MK_WIRELESS}+= wpa 213 214SUBDIR.${MK_TESTS}+= tests 215 216.include <bsd.arch.inc.mk> 217 218SUBDIR:= ${SUBDIR:O} 219 220SUBDIR_PARALLEL= 221 222.include <bsd.subdir.mk> 223