1 # From: @(#)Makefile 5.20 (Berkeley) 6/12/93
103 ${_named-checkconf
} \
104 ${_named-checkzone
} \
200 .if
${MACHINE_ARCH} != "arm"
201 _sysinstall
= sysinstall
204 .if
${MK_AUDIT} != "no"
207 _auditreduce
= auditreduce
211 .if
${MK_BIND_DNSSEC} != "no" && ${MK_OPENSSL} != "no"
212 _dnssec-keygen
= dnssec-keygen
213 _dnssec-signzone
= dnssec-signzone
215 .if
${MK_BIND_NAMED} != "no"
217 _named-checkconf
= named-checkconf
218 _named-checkzone
= named-checkzone
219 _named.reload
= named.reload
221 _rndc-confgen
= rndc-confgen
224 .if
${MK_BLUETOOTH} != "no"
225 _bluetooth
= bluetooth
228 .if
${MK_OPENSSL} != "no"
233 _ftp-proxy
= ftp-proxy
236 .if
${MK_INET6} != "no"
238 _ip6addrctl
= ip6addrctl
239 _mld6query
= mld6query
241 _rip6query
= rip6query
246 _traceroute6
= traceroute6
249 .if
${MK_IPX} != "no"
250 _IPXrouted
= IPXrouted
253 .if
${MK_NIS} != "no"
254 _rpc.yppasswdd
= rpc.yppasswdd
255 _rpc.ypupdated
= rpc.ypupdated
256 _rpc.ypxfrd
= rpc.ypxfrd
265 .if
${MK_AUTHPF} != "no"
269 .if
${MK_LIBTHR} != "no"
273 .if
${MK_LPR} != "no"
277 .if
${MK_NS_CACHING} != "no"
278 .if
${MK_LIBTHR} != "no"
283 .if
${MK_SENDMAIL} != "no"
285 _mailstats
= mailstats
287 _praliases
= praliases
291 .if
${MK_USB} != "no"
295 .if
${MACHINE_ARCH} == "arm"
299 .if
${MACHINE_ARCH} == "i386"
304 _cpucontrol
= cpucontrol
307 _lptcontrol
= lptcontrol
308 .if
${MK_NCP} != "no"
309 _mount_nwfs
= mount_nwfs
311 _mount_smbfs
= mount_smbfs
316 _sicontrol
= sicontrol
319 .if
${MACHINE} == "i386"
320 .if
${MK_ACPI} != "no"
325 .elif
${MACHINE} == "pc98"
326 _boot98cfg
= boot98cfg
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"
340 _cpucontrol
= cpucontrol
342 _lptcontrol
= lptcontrol
343 .if
${MK_NCP} != "no"
344 _mount_nwfs
= mount_nwfs
346 _mount_smbfs
= mount_smbfs
350 _sicontrol
= sicontrol
355 .if
${MACHINE_ARCH} == "ia64"
356 .if
${MK_ACPI} != "no"
360 _mount_smbfs
= mount_smbfs
364 .if
${MACHINE_ARCH} == "powerpc"
365 _mount_smbfs
= mount_smbfs
370 .if
${MACHINE_ARCH} == "sparc64"
376 .
include <bsd.subdir.mk
>