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