Makefile.amd64 (e6116d5b8e55f021844ac2331aa533a1a114fc8f) | Makefile.amd64 (2e564269d0af3703815a10effe03c1f1773c9a46) |
---|---|
1# $FreeBSD$ 2 3# kgzip: builds, but missing support files 4# mptable: broken (not 64 bit clean) 5# pnpinfo: crashes (not really useful anyway) 6.if ${MK_ACPI} != "no" 7SUBDIR+= acpi 8.endif 9.if ${MK_APM} != "no" 10SUBDIR+= apm 11.endif 12SUBDIR+= asf 13SUBDIR+= boot0cfg 14.if ${MK_TOOLCHAIN} != "no" 15SUBDIR+= btxld 16.endif 17SUBDIR+= cpucontrol 18SUBDIR+= kgmon 19SUBDIR+= lptcontrol | 1# $FreeBSD$ 2 3# kgzip: builds, but missing support files 4# mptable: broken (not 64 bit clean) 5# pnpinfo: crashes (not really useful anyway) 6.if ${MK_ACPI} != "no" 7SUBDIR+= acpi 8.endif 9.if ${MK_APM} != "no" 10SUBDIR+= apm 11.endif 12SUBDIR+= asf 13SUBDIR+= boot0cfg 14.if ${MK_TOOLCHAIN} != "no" 15SUBDIR+= btxld 16.endif 17SUBDIR+= cpucontrol 18SUBDIR+= kgmon 19SUBDIR+= lptcontrol |
20SUBDIR+= mount_smbfs | |
21SUBDIR+= mptable 22.if ${MK_NDIS} != "no" 23SUBDIR+= ndiscvt 24.endif 25SUBDIR+= sicontrol 26SUBDIR+= spkrtest 27.if ${MK_SYSINSTALL} != "no" 28SUBDIR+= sade 29.endif 30SUBDIR+= zzz | 20SUBDIR+= mptable 21.if ${MK_NDIS} != "no" 22SUBDIR+= ndiscvt 23.endif 24SUBDIR+= sicontrol 25SUBDIR+= spkrtest 26.if ${MK_SYSINSTALL} != "no" 27SUBDIR+= sade 28.endif 29SUBDIR+= zzz |