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 ${_asf} \ 18 ${_atm} \ 19 ${_audit} \ 20 ${_auditd} \ 21 ${_auditreduce} \ 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 ${_ftp-proxy} \ 60 fwcontrol \ 61 getfmac \ 62 getpmac \ 63 gstat \ 64 ${_i4b} \ 65 ifmcstat \ 66 inetd \ 67 iostat \ 68 ${_ip6addrctl} \ 69 ipfwpcap \ 70 ${_IPXrouted} \ 71 jail \ 72 jexec \ 73 jls \ 74 kbdcontrol \ 75 kbdmap \ 76 ${_keyserv} \ 77 ${_kgmon} \ 78 ${_kgzip} \ 79 kldxref \ 80 lastlogin \ 81 lmcconfig \ 82 ${_lpr} \ 83 ${_lptcontrol} \ 84 ${_mailstats} \ 85 mailwrapper \ 86 ${_makemap} \ 87 manctl \ 88 memcontrol \ 89 mergemaster \ 90 mixer \ 91 ${_mld6query} \ 92 mlxcontrol \ 93 mountd \ 94 ${_mount_nwfs} \ 95 mount_portalfs \ 96 ${_mount_smbfs} \ 97 moused \ 98 ${_mptable} \ 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 watch \ 184 watchdogd \ 185 wlandebug \ 186 ${_wlconfig} \ 187 wpa \ 188 ${_ypbind} \ 189 ${_yp_mkdb} \ 190 ${_yppoll} \ 191 ${_yppush} \ 192 ${_ypserv} \ 193 ${_ypset} \ 194 zic \ 195 ${_zzz} 196 197.if ${MACHINE_ARCH} != "arm" 198_sysinstall= sysinstall 199.endif 200 201# Disabled in 7.0 as netatm is not MPSAFE. 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_OPENSSL} != "no" 231_keyserv= keyserv 232.endif 233 234.if ${MK_PF} != "no" 235_ftp-proxy= ftp-proxy 236.endif 237 238.if ${MK_INET6} != "no" 239_faithd= faithd 240_ip6addrctl= ip6addrctl 241_mld6query= mld6query 242_ndp= ndp 243_rip6query= rip6query 244_route6d= route6d 245_rrenumd= rrenumd 246_rtadvd= rtadvd 247_rtsold= rtsold 248_traceroute6= traceroute6 249.endif 250 251.if ${MK_IPX} != "no" 252_IPXrouted= IPXrouted 253.endif 254 255.if ${MK_NIS} != "no" 256_rpc.yppasswdd= rpc.yppasswdd 257_rpc.ypupdated= rpc.ypupdated 258_rpc.ypxfrd= rpc.ypxfrd 259_ypbind= ypbind 260_yp_mkdb= yp_mkdb 261_yppoll= yppoll 262_yppush= yppush 263_ypserv= ypserv 264_ypset= ypset 265.endif 266 267.if ${MK_AUTHPF} != "no" 268_authpf= authpf 269.endif 270 271.if ${MK_LPR} != "no" 272_lpr= lpr 273.endif 274 275.if ${MK_NS_CACHING} != "no" 276.if ${MK_LIBTHR} != "no" || \ 277 (${MACHINE_ARCH} != "sparc64" && ${MK_LIBPTHREAD} != "no") 278_cached= cached 279.endif 280.endif 281 282.if ${MK_SENDMAIL} != "no" 283_editmap= editmap 284_mailstats= mailstats 285_makemap= makemap 286_praliases= praliases 287_sendmail= sendmail 288.endif 289 290.if ${MK_USB} != "no" 291_usbdevs= usbdevs 292.endif 293 294.if ${MACHINE_ARCH} == "arm" 295_kgmon= kgmon 296.endif 297 298.if ${MACHINE_ARCH} == "i386" 299_apm= apm 300_apmd= apmd 301_asf= asf 302_btxld= btxld 303.if ${MK_I4B} != "no" 304_i4b= i4b 305.endif 306_kgmon= kgmon 307_kgzip= kgzip 308_lptcontrol= lptcontrol 309.if ${MK_NCP} != "no" 310_mount_nwfs= mount_nwfs 311.endif 312_mount_smbfs= mount_smbfs 313_mptable= mptable 314_ndiscvt= ndiscvt 315_pnpinfo= pnpinfo 316.if ${MK_LIBPTHREAD} != "no" || ${MK_LIBTHR} != "no" 317_pppctl= pppctl 318.endif 319_sicontrol= sicontrol 320_spkrtest= spkrtest 321_zzz= zzz 322.if ${MACHINE} == "i386" 323.if ${MK_ACPI} != "no" 324_acpi= acpi 325.endif 326_arlcontrol= arlcontrol 327_boot0cfg= boot0cfg 328_wlconfig= wlconfig 329.elif ${MACHINE} == "pc98" 330_boot98cfg= boot98cfg 331.endif 332.endif 333 334# kgzip: builds, but missing support files 335# mptable: broken (not 64 bit clean) 336# pnpinfo: crashes (not really useful anyway) 337.if ${MACHINE_ARCH} == "amd64" 338.if ${MK_ACPI} != "no" 339_acpi= acpi 340.endif 341_asf= asf 342_boot0cfg= boot0cfg 343_btxld= btxld 344_kgmon= kgmon 345_lptcontrol= lptcontrol 346.if ${MK_NCP} != "no" 347_mount_nwfs= mount_nwfs 348.endif 349_mount_smbfs= mount_smbfs 350_mptable= mptable 351_ndiscvt= ndiscvt 352.if ${MK_LIBPTHREAD} != "no" || ${MK_LIBTHR} != "no" 353_pppctl= pppctl 354.endif 355_sicontrol= sicontrol 356_spkrtest= spkrtest 357_zzz= zzz 358.endif 359 360.if ${MACHINE_ARCH} == "ia64" 361.if ${MK_ACPI} != "no" 362_acpi= acpi 363.endif 364_kgmon= kgmon 365_mount_smbfs= mount_smbfs 366.if ${MK_LIBPTHREAD} != "no" || ${MK_LIBTHR} != "no" 367_pppctl= pppctl 368.endif 369_zzz= zzz 370.endif 371 372.if ${MACHINE_ARCH} == "powerpc" 373_mount_smbfs= mount_smbfs 374_nvram= nvram 375.endif 376 377.if ${MACHINE_ARCH} == "sparc64" 378_eeprom= eeprom 379_ofwdump= ofwdump 380.if ${MK_LIBTHR} != "no" 381_pppctl= pppctl 382.endif 383.endif 384 385.include <bsd.subdir.mk> 386