Add missing file to Makefile.

MFC after:	1 month
X-MFC-with:	261342
This commit is contained in:
Justin Hibbits 2014-02-03 01:16:32 +00:00
parent d5e7c3b7af
commit 5464324ac6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=261420

View File

@ -29,7 +29,7 @@ SRCS+= hwpmc_ia64.c
.endif
.if ${MACHINE_CPUARCH} == "powerpc"
SRCS+= hwpmc_powerpc.c hwpmc_mpc7xxx.c
SRCS+= hwpmc_powerpc.c hwpmc_mpc7xxx.c hwpmc_ppc970.c
.endif
.if ${MACHINE_CPUARCH} == "sparc64"