1# From: @(#)Makefile 5.20 (Berkeley) 6/12/93 2# $FreeBSD$ 3 4# XXX MISSING: mkproto 5SUBDIR= ac \ 6 accton \ 7 ${_acpi} \ 8 adduser \ 9 amd \ 10 ancontrol \ 11 ${_apm} \ 12 ${_apmd} \ 13 ${_arlcontrol} \ 14 arp \ 15 ${_asf} \ 16 ${_atm} \ 17 ${_authpf} \ 18 ${_bluetooth} \ 19 ${_boot0cfg} \ 20 ${_boot98cfg} \ 21 bootparamd \ 22 bsnmpd \ 23 ${_btxld} \ 24 burncd \ 25 cdcontrol \ 26 chkgrp \ 27 chown \ 28 chroot \ 29 ckdist \ 30 config \ 31 cron \ 32 crunch \ 33 ctm \ 34 daemon \ 35 dconschat \ 36 devinfo \ 37 digictl \ 38 diskinfo \ 39 ${_dnssec-keygen} \ 40 ${_dnssec-signzone} \ 41 ${_editmap} \ 42 edquota \ 43 ${_eeprom} \ 44 ${_elf2exe} \ 45 extattr \ 46 extattrctl \ 47 faithd \ 48 fdcontrol \ 49 fdformat \ 50 fdread \ 51 fdwrite \ 52 flowctl \ 53 fwcontrol \ 54 getfmac \ 55 getpmac \ 56 gstat \ 57 ${_i4b} \ 58 ifmcstat \ 59 inetd \ 60 iostat \ 61 ip6addrctl \ 62 ${_ipftest} \ 63 ${_ipresend} \ 64 ${_ipsend} \ 65 ${_iptest} \ 66 IPXrouted \ 67 jail \ 68 jexec \ 69 jls \ 70 kbdcontrol \ 71 kbdmap \ 72 ${_keyserv} \ 73 ${_kgmon} \ 74 ${_kgzip} \ 75 kldxref \ 76 lastlogin \ 77 ${_lpr} \ 78 ${_lptcontrol} \ 79 ${_mailstats} \ 80 mailwrapper \ 81 ${_makemap} \ 82 manctl \ 83 memcontrol \ 84 mergemaster \ 85 mixer \ 86 ${_mld6query} \ 87 mlxcontrol \ 88 mountd \ 89 ${_mount_nwfs} \ 90 mount_portalfs \ 91 ${_mount_smbfs} \ 92 moused \ 93 ${_mptable} \ 94 mrouted \ 95 mtest \ 96 mtree \ 97 ${_named} \ 98 ${_named.reload} \ 99 ${_named-checkconf} \ 100 ${_named-checkzone} \ 101 ${_ndiscvt} \ 102 ndp \ 103 newsyslog \ 104 nfsd \ 105 ngctl \ 106 nghook \ 107 nologin \ 108 ntp \ 109 ${_ofwdump} \ 110 ${_pccard} \ 111 pciconf \ 112 ${_pcvt} \ 113 periodic \ 114 pkg_install \ 115 ${_pnpinfo} \ 116 ppp \ 117 ${_pppctl} \ 118 pppd \ 119 pppstats \ 120 ${_praliases} \ 121 procctl \ 122 pstat \ 123 pw \ 124 pwd_mkdb \ 125 quot \ 126 quotaon \ 127 rarpd \ 128 raycontrol \ 129 repquota \ 130 ${_rip6query} \ 131 rmt \ 132 ${_rndc} \ 133 ${_rndc-confgen} \ 134 ${_route6d} \ 135 rpcbind \ 136 rpc.lockd \ 137 rpc.statd \ 138 rpc.umntall \ 139 rpc.yppasswdd \ 140 rpc.ypupdated \ 141 rpc.ypxfrd \ 142 rrenumd \ 143 rtadvd \ 144 rtprio \ 145 rtsold \ 146 rwhod \ 147 sa \ 148 ${_sendmail} \ 149 setfmac \ 150 setkey \ 151 setpmac \ 152 ${_sicontrol} \ 153 sliplogin \ 154 slstat \ 155 smbmsg \ 156 ${_spkrtest} \ 157 spray \ 158 ${_sysinstall} \ 159 syslogd \ 160 tcpdchk \ 161 tcpdmatch \ 162 tcpdump \ 163 timed \ 164 traceroute \ 165 ${_traceroute6} \ 166 trpt \ 167 tzsetup \ 168 ugidfw \ 169 ${_usbd} \ 170 ${_usbdevs} \ 171 vidcontrol \ 172 vipw \ 173 vnconfig \ 174 watch \ 175 watchdogd \ 176 wicontrol \ 177 ${_wlconfig} \ 178 ypbind \ 179 yp_mkdb \ 180 yppoll \ 181 yppush \ 182 ypserv \ 183 ypset \ 184 zic \ 185 ${_zzz} 186 187.if ${MACHINE_ARCH} != "arm" 188_sysinstall= sysinstall 189.endif 190 191.if !defined(NOATM) 192_atm= atm 193.endif 194 195.if !defined(NO_BIND) 196.if !defined(NO_BIND_DNSSEC) && !defined(NOCRYPT) 197_dnssec-keygen= dnssec-keygen 198_dnssec-signzone= dnssec-signzone 199.endif 200.if !defined(NO_BIND_NAMED) 201_named= named 202_named.reload= named.reload 203_named-checkconf= named-checkconf 204_named-checkzone= named-checkzone 205_rndc= rndc 206_rndc-confgen= rndc-confgen 207.endif 208.endif 209 210.if !defined(NO_BLUETOOTH) 211_bluetooth= bluetooth 212.endif 213 214.if !defined(NOCRYPT) && !defined(NO_OPENSSL) 215_keyserv= keyserv 216.endif 217 218.if !defined(NOINET6) 219_mld6query= mld6query 220_rip6query= rip6query 221_route6d= route6d 222_traceroute6= traceroute6 223.endif 224 225.if !defined(NO_IPFILTER) 226_ipftest= ipftest 227_ipresend= ipresend 228_ipsend= ipsend 229_iptest= iptest 230.endif 231 232.if !defined(NO_PF) && !defined(NO_AUTHPF) 233_authpf= authpf 234.endif 235 236.if !defined(NO_LPR) 237_lpr= lpr 238.endif 239 240.if !defined(NO_SENDMAIL) 241_editmap= editmap 242_mailstats= mailstats 243_makemap= makemap 244_praliases= praliases 245_sendmail= sendmail 246.endif 247 248.if !defined(NO_USB) 249_usbd= usbd 250_usbdevs= usbdevs 251.endif 252 253.if ${MACHINE_ARCH} == "arm" 254_kgmon= kgmon 255.endif 256 257.if ${MACHINE_ARCH} == "i386" 258.if !defined(NO_ACPI) 259_acpi= acpi 260.endif 261_apm= apm 262_apmd= apmd 263_asf= asf 264.if ${MACHINE} == "i386" 265_arlcontrol= arlcontrol 266_boot0cfg= boot0cfg 267.endif 268.if ${MACHINE} == "pc98" 269_boot98cfg= boot98cfg 270.endif 271_btxld= btxld 272.if !defined(NO_I4B) 273_i4b= i4b 274.endif 275_kgmon= kgmon 276_kgzip= kgzip 277_lptcontrol= lptcontrol 278_mount_nwfs= mount_nwfs 279_mount_smbfs= mount_smbfs 280_mptable= mptable 281_ndiscvt= ndiscvt 282_pccard= pccard 283_pcvt= pcvt 284_pnpinfo= pnpinfo 285.if !defined(NOLIBPTHREAD) 286_pppctl= pppctl 287.endif 288_sicontrol= sicontrol 289_spkrtest= spkrtest 290_wlconfig= wlconfig 291_zzz= zzz 292.endif 293 294.if ${MACHINE_ARCH} == "alpha" 295_elf2exe= elf2exe 296_pnpinfo= pnpinfo 297.if !defined(NOLIBC_R) 298_pppctl= pppctl 299.endif 300.endif 301 302# kgzip: builds, but missing support files 303# mptable: broken (not 64 bit clean) 304# pnpinfo: crashes (not really useful anyway) 305.if ${MACHINE_ARCH} == "amd64" 306.if !defined(NO_ACPI) 307_acpi= acpi 308.endif 309_asf= asf 310_boot0cfg= boot0cfg 311_btxld= btxld 312_kgmon= kgmon 313_lptcontrol= lptcontrol 314_mount_nwfs= mount_nwfs 315_mount_smbfs= mount_smbfs 316_mptable= mptable 317.if !defined(NOLIBPTHREAD) 318_pppctl= pppctl 319.endif 320_sicontrol= sicontrol 321_spkrtest= spkrtest 322_zzz= zzz 323.endif 324 325.if ${MACHINE_ARCH} == "ia64" 326.if !defined(NO_ACPI) 327_acpi= acpi 328.endif 329_kgmon= kgmon 330.if !defined(NOLIBPTHREAD) 331_pppctl= pppctl 332.endif 333_zzz= zzz 334.endif 335 336.if ${MACHINE_ARCH} == "sparc64" 337_eeprom= eeprom 338_ofwdump= ofwdump 339.if !defined(NOLIBC_R) 340_pppctl= pppctl 341.endif 342.endif 343 344.include <bsd.subdir.mk> 345