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 bsdconfig \ 10 camdd \ 11 cdcontrol \ 12 chkgrp \ 13 chown \ 14 chroot \ 15 ckdist \ 16 clear_locks \ 17 crashinfo \ 18 cron \ 19 ctladm \ 20 ctld \ 21 daemon \ 22 dconschat \ 23 devctl \ 24 devinfo \ 25 digictl \ 26 diskinfo \ 27 dumpcis \ 28 etcupdate \ 29 extattr \ 30 extattrctl \ 31 fifolog \ 32 fstyp \ 33 fwcontrol \ 34 getfmac \ 35 getpmac \ 36 gstat \ 37 i2c \ 38 ifmcstat \ 39 iostat \ 40 iovctl \ 41 kldxref \ 42 mailwrapper \ 43 makefs \ 44 memcontrol \ 45 mergemaster \ 46 mfiutil \ 47 mixer \ 48 mlxcontrol \ 49 mountd \ 50 mount_smbfs \ 51 mpsutil \ 52 mptutil \ 53 mtest \ 54 newsyslog \ 55 nfscbd \ 56 nfsd \ 57 nfsdumpstate \ 58 nfsrevoke \ 59 nfsuserd \ 60 nmtree \ 61 nologin \ 62 pciconf \ 63 periodic \ 64 powerd \ 65 procctl \ 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 service \ 78 services_mkdb \ 79 sesutil \ 80 setfib \ 81 setfmac \ 82 setpmac \ 83 smbmsg \ 84 snapinfo \ 85 spray \ 86 syslogd \ 87 sysrc \ 88 tcpdrop \ 89 tcpdump \ 90 traceroute \ 91 trpt \ 92 tzsetup \ 93 uefisign \ 94 ugidfw \ 95 vigr \ 96 vipw \ 97 wake \ 98 watch \ 99 watchdogd \ 100 zic \ 101 zonectl 102 103# NB: keep these sorted by MK_* knobs 104 105SUBDIR.${MK_ACCT}+= accton 106SUBDIR.${MK_ACCT}+= sa 107SUBDIR.${MK_AMD}+= amd 108SUBDIR.${MK_AUDIT}+= audit 109SUBDIR.${MK_AUDIT}+= auditd 110.if ${MK_OPENSSL} != "no" 111SUBDIR.${MK_AUDIT}+= auditdistd 112.endif 113SUBDIR.${MK_AUDIT}+= auditreduce 114SUBDIR.${MK_AUDIT}+= praudit 115SUBDIR.${MK_AUTHPF}+= authpf 116SUBDIR.${MK_AUTOFS}+= autofs 117.if ${MK_BLACKLIST} != "no" 118SUBDIR.${MK_BLACKLIST}+= blacklistctl 119SUBDIR.${MK_BLACKLIST}+= blacklistd 120.endif 121SUBDIR.${MK_BLUETOOTH}+= bluetooth 122SUBDIR.${MK_BOOTPARAMD}+= bootparamd 123SUBDIR.${MK_BSDINSTALL}+= bsdinstall 124SUBDIR.${MK_BSNMP}+= bsnmpd 125SUBDIR.${MK_CTM}+= ctm 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