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