Additions to .PATH are cumulative so referencing $.PATH is not helpful.

Informed by:	ru
This commit is contained in:
njl 2005-03-31 18:51:06 +00:00
parent ac4037eff6
commit e228fee2c2

View File

@ -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