1# From: @(#)Makefile 5.20 (Berkeley) 6/12/93 2# $FreeBSD$ 3 4.include <bsd.own.mk> 5 6SUBDIR= adduser \ 7 arp \ 8 bootparamd \ 9 burncd \ 10 bsdinstall \ 11 cdcontrol \ 12 chkgrp \ 13 chown \ 14 chroot \ 15 ckdist \ 16 clear_locks \ 17 crashinfo \ 18 cron \ 19 ctladm \ 20 daemon \ 21 dconschat \ 22 devinfo \ 23 digictl \ 24 diskinfo \ 25 dumpcis \ 26 etcupdate \ 27 extattr \ 28 extattrctl \ 29 fifolog \ 30 fwcontrol \ 31 getfmac \ 32 getpmac \ 33 gstat \ 34 i2c \ 35 ifmcstat \ 36 inetd \ 37 iostat \ 38 isfctl \ 39 kldxref \ 40 mailwrapper \ 41 makefs \ 42 manctl \ 43 memcontrol \ 44 mergemaster \ 45 mfiutil \ 46 mixer \ 47 mlxcontrol \ 48 mountd \ 49 mount_portalfs \ 50 mptutil \ 51 mtest \ 52 mtree \ 53 newsyslog \ 54 nfscbd \ 55 nfsd \ 56 nfsdumpstate \ 57 nfsrevoke \ 58 nfsuserd \ 59 nologin \ 60 pc-sysinstall \ 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 setfib \ 79 setfmac \ 80 setpmac \ 81 smbmsg \ 82 snapinfo \ 83 spray \ 84 syslogd \ 85 tcpdchk \ 86 tcpdmatch \ 87 tcpdrop \ 88 tcpdump \ 89 timed \ 90 traceroute \ 91 trpt \ 92 tzsetup \ 93 ugidfw \ 94 vipw \ 95 wake \ 96 watch \ 97 watchdogd \ 98 zic 99 100# NB: keep these sorted by MK_* knobs 101 102.if ${MK_ACCT} != "no" 103SUBDIR+= accton 104SUBDIR+= sa 105.endif 106 107.if ${MK_AMD} != "no" 108SUBDIR+= amd 109.endif 110 111.if ${MK_AUDIT} != "no" 112SUBDIR+= audit 113SUBDIR+= auditd 114SUBDIR+= auditreduce 115SUBDIR+= praudit 116.endif 117 118.if ${MK_AUTHPF} != "no" 119SUBDIR+= authpf 120.endif 121 122.if ${MK_BIND_DNSSEC} != "no" && ${MK_OPENSSL} != "no" 123SUBDIR+= dnssec-dsfromkey 124SUBDIR+= dnssec-keyfromlabel 125SUBDIR+= dnssec-keygen 126SUBDIR+= dnssec-revoke 127SUBDIR+= dnssec-settime 128SUBDIR+= dnssec-signzone 129.endif 130.if ${MK_BIND_NAMED} != "no" 131SUBDIR+= arpaname 132SUBDIR+= ddns-confgen 133SUBDIR+= genrandom 134SUBDIR+= isc-hmac-fixup 135SUBDIR+= named 136SUBDIR+= named-checkconf 137SUBDIR+= named-checkzone 138SUBDIR+= named-journalprint 139SUBDIR+= nsec3hash 140SUBDIR+= rndc 141SUBDIR+= rndc-confgen 142.endif 143 144.if ${MK_BLUETOOTH} != "no" 145SUBDIR+= bluetooth 146.endif 147 148.if ${MK_BSDCONFIG} != "no" 149SUBDIR+= bsdconfig 150SUBDIR+= sysrc 151.endif 152 153.if ${MK_BSNMP} != "no" 154SUBDIR+= bsnmpd 155.endif 156 157.if ${MK_CTM} != "no" 158SUBDIR+= ctm 159.endif 160 161.if ${MK_FLOPPY} != "no" 162SUBDIR+= fdcontrol 163SUBDIR+= fdformat 164SUBDIR+= fdread 165SUBDIR+= fdwrite 166.endif 167 168.if ${MK_FREEBSD_UPDATE} != "no" 169SUBDIR+= freebsd-update 170.endif 171 172.if ${MK_GSSAPI} != "no" 173SUBDIR+= gssd 174.endif 175 176.if ${MK_GPIO} != "no" 177SUBDIR+= gpioctl 178.endif 179 180.if ${MK_INET6} != "no" 181SUBDIR+= faithd 182SUBDIR+= ip6addrctl 183SUBDIR+= mld6query 184SUBDIR+= ndp 185SUBDIR+= rip6query 186SUBDIR+= route6d 187SUBDIR+= rrenumd 188SUBDIR+= rtadvctl 189SUBDIR+= rtadvd 190SUBDIR+= rtsold 191SUBDIR+= traceroute6 192.endif 193 194.if ${MK_IPFW} != "no" 195SUBDIR+= ipfwpcap 196.endif 197 198.if ${MK_IPX} != "no" 199SUBDIR+= IPXrouted 200.endif 201 202.if ${MK_JAIL} != "no" 203SUBDIR+= jail 204SUBDIR+= jexec 205SUBDIR+= jls 206.endif 207 208# XXX MK_SYSCONS 209.if ${MK_LEGACY_CONSOLE} != "no" 210SUBDIR+= kbdcontrol 211SUBDIR+= kbdmap 212SUBDIR+= moused 213SUBDIR+= vidcontrol 214.endif 215 216.if ${MK_LIBTHR} != "no" || ${MK_LIBPTHREAD} != "no" 217.if ${MK_PPP} != "no" 218SUBDIR+= pppctl 219.endif 220.if ${MK_NS_CACHING} != "no" 221SUBDIR+= nscd 222.endif 223.endif 224 225.if ${MK_LPR} != "no" 226SUBDIR+= lpr 227.endif 228 229.if ${MK_MAN_UTILS} != "no" 230SUBDIR+= manctl 231.endif 232 233.if ${MK_NAND} != "no" 234SUBDIR+= nandsim 235SUBDIR+= nandtool 236.endif 237 238.if ${MK_NETGRAPH} != "no" 239SUBDIR+= flowctl 240SUBDIR+= lmcconfig 241SUBDIR+= ngctl 242SUBDIR+= nghook 243.endif 244 245.if ${MK_NIS} != "no" 246SUBDIR+= rpc.yppasswdd 247SUBDIR+= rpc.ypupdated 248SUBDIR+= rpc.ypxfrd 249SUBDIR+= ypbind 250SUBDIR+= yp_mkdb 251SUBDIR+= yppoll 252SUBDIR+= yppush 253SUBDIR+= ypserv 254SUBDIR+= ypset 255.endif 256 257.if ${MK_NTP} != "no" 258SUBDIR+= ntp 259.endif 260 261.if ${MK_OPENSSL} != "no" 262SUBDIR+= keyserv 263.endif 264 265.if ${MK_PF} != "no" 266SUBDIR+= ftp-proxy 267.endif 268 269.if ${MK_PKGBOOTSTRAP} != "no" 270SUBDIR+= pkg 271.endif 272 273.if ${MK_PKGTOOLS} != "no" 274SUBDIR+= pkg_install 275.endif 276 277# XXX MK_TOOLCHAIN? 278.if ${MK_PMC} != "no" 279SUBDIR+= pmcannotate 280SUBDIR+= pmccontrol 281SUBDIR+= pmcstat 282.endif 283 284.if ${MK_PORTSNAP} != "no" 285SUBDIR+= portsnap 286.endif 287 288.if ${MK_PPP} != "no" 289SUBDIR+= ppp 290.endif 291 292.if ${MK_QUOTAS} != "no" 293SUBDIR+= edquota 294SUBDIR+= quotaon 295SUBDIR+= repquota 296.endif 297 298.if ${MK_RCMDS} != "no" 299SUBDIR+= rwhod 300.endif 301 302.if ${MK_SENDMAIL} != "no" 303SUBDIR+= editmap 304SUBDIR+= mailstats 305SUBDIR+= makemap 306SUBDIR+= praliases 307SUBDIR+= sendmail 308.endif 309 310.if ${MK_TOOLCHAIN} != "no" 311SUBDIR+= config 312SUBDIR+= crunch 313.endif 314 315.if ${MK_USB} != "no" 316SUBDIR+= uathload 317SUBDIR+= uhsoctl 318SUBDIR+= usbconfig 319SUBDIR+= usbdump 320.endif 321 322.if ${MK_UTMPX} != "no" 323SUBDIR+= ac 324SUBDIR+= lastlogin 325SUBDIR+= utx 326.endif 327 328.if ${MK_WIRELESS} != "no" 329SUBDIR+= ancontrol 330SUBDIR+= wlandebug 331SUBDIR+= wpa 332.endif 333 334.include <bsd.arch.inc.mk> 335 336SUBDIR:= ${SUBDIR:O} 337 338.include <bsd.subdir.mk> 339