Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Apr 2005 14:20:07 -0500
From:      Scot Hetzel <swhetzel@gmail.com>
To:        tastynachos@charter.net
Cc:        ports@freebsd.org
Subject:   Re: acpi_perf compilation problems/need help
Message-ID:  <790a9fff05040512201412e45a@mail.gmail.com>
In-Reply-To: <3rr0ks$ql1tl7@mxip05a.cluster1.charter.net>
References:  <3rr0ks$ql1tl7@mxip05a.cluster1.charter.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?790a9fff05040512201412e45a>