Fix module build on amd64. There may be a cleaner way to do the .PATH

This commit is contained in:
Nate Lawson 2005-03-28 00:24:11 +00:00
parent 4549709fb5
commit be7df0563d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=144199

View File

@ -13,6 +13,7 @@ SRCS+= est.c p4tcc.c powernow.c
.endif
.if ${MACHINE} == "amd64"
.PATH: ${.PATH} ${.CURDIR}/../../i386/cpufreq
SRCS+= powernow.c
.endif