mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Additions to .PATH are cumulative so referencing $.PATH is not helpful.
Informed by: ru
This commit is contained in:
parent
f1c579b1ec
commit
0b755d6554
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ SRCS+= est.c p4tcc.c powernow.c
|
|||
.endif
|
||||
|
||||
.if ${MACHINE} == "amd64"
|
||||
.PATH: ${.PATH} ${.CURDIR}/../../i386/cpufreq
|
||||
.PATH: ${.CURDIR}/../../i386/cpufreq
|
||||
SRCS+= powernow.c
|
||||
.endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue