Makefile.amd64 (238fb74d5c0752456590f4ac831e7b9007084369) | Makefile.amd64 (02629e469fe473d16d61ba41504a373a3b545250) |
---|---|
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 --- 18 unchanged lines hidden (view full) --- 27SUBDIR+= lptcontrol 28SUBDIR+= mount_smbfs 29SUBDIR+= mptable 30.if ${MK_NDIS} != "no" 31SUBDIR+= ndiscvt 32.endif 33SUBDIR+= sicontrol 34SUBDIR+= spkrtest | 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 --- 18 unchanged lines hidden (view full) --- 27SUBDIR+= lptcontrol 28SUBDIR+= mount_smbfs 29SUBDIR+= mptable 30.if ${MK_NDIS} != "no" 31SUBDIR+= ndiscvt 32.endif 33SUBDIR+= sicontrol 34SUBDIR+= spkrtest |
35.if ${MK_ACPI} != "no" || ${MK_APM} != "no" | |
36SUBDIR+= zzz | 35SUBDIR+= zzz |
37.endif | |