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