acpi_perf compilation problems/need help

Scot Hetzel swhetzel at gmail.com
Tue Apr 5 12:20:12 PDT 2005


Set KMODDIR to the location of where you want the modules installed:

KMODDIR=${PREFIX}/lib/acpi_perf/

do-install:
       @{MKDIR} ${KMODDIR}
       cd ${WRKDIR}/modules/acpi_perf ; make install KMODDIR=${KMODDIR}
       cd ${WRKDIR}/modules/cpufreq ; make install KMODDIR=${KMODDIR}
       cd ${WRKDIR}/modules/powernow ; make install KMODDIR=${KMODDIR}

Scot


More information about the freebsd-ports mailing list