Makefile (cbd59a4f658ff44ebe2aab164cc6f830f8dfcd62) Makefile (71f99e637a35759dc3d4906c6ce368988025c151)
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} \

--- 454 unchanged lines hidden (view full) ---

463
464# kgzip: builds, but missing support files
465# mptable: broken (not 64 bit clean)
466# pnpinfo: crashes (not really useful anyway)
467.if ${MACHINE_ARCH} == "amd64"
468.if ${MK_ACPI} != "no"
469_acpi= acpi
470.endif
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} \

--- 454 unchanged lines hidden (view full) ---

463
464# kgzip: builds, but missing support files
465# mptable: broken (not 64 bit clean)
466# pnpinfo: crashes (not really useful anyway)
467.if ${MACHINE_ARCH} == "amd64"
468.if ${MK_ACPI} != "no"
469_acpi= acpi
470.endif
471.if ${MK_APM} != "no"
472_apm= apm
473.endif
471_asf= asf
472_boot0cfg= boot0cfg
473.if ${MK_TOOLCHAIN} != "no"
474_btxld= btxld
475.endif
476_cpucontrol= cpucontrol
477_kgmon= kgmon
478_lptcontrol= lptcontrol

--- 34 unchanged lines hidden ---
474_asf= asf
475_boot0cfg= boot0cfg
476.if ${MK_TOOLCHAIN} != "no"
477_btxld= btxld
478.endif
479_cpucontrol= cpucontrol
480_kgmon= kgmon
481_lptcontrol= lptcontrol

--- 34 unchanged lines hidden ---