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