From 38fbd8938667b68e1fc0bf769fe34a65a5923ef6 Mon Sep 17 00:00:00 2001 From: marcel Date: Thu, 27 Jul 2006 19:12:49 +0000 Subject: Remove Alpha remnants. --- sys/modules/hwpmc/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sys/modules/hwpmc') diff --git a/sys/modules/hwpmc/Makefile b/sys/modules/hwpmc/Makefile index 9d7dfde..f46f765 100644 --- a/sys/modules/hwpmc/Makefile +++ b/sys/modules/hwpmc/Makefile @@ -10,10 +10,6 @@ SRCS= hwpmc_mod.c hwpmc_logging.c vnode_if.h WARNS?= 2 -.if ${MACHINE_ARCH} == "alpha" -SRCS+= hwpmc_alpha.c -.endif - .if ${MACHINE_ARCH} == "amd64" SRCS+= hwpmc_amd.c hwpmc_piv.c hwpmc_x86.c SRCS+= device_if.h bus_if.h -- cgit v1.1