diff -uNr openafs-1.2.13.orig/Makefile.in openafs-1.2.13/Makefile.in
--- openafs-1.2.13.orig/Makefile.in	2005-01-03 16:57:53.000000000 -0500
+++ openafs-1.2.13/Makefile.in	2005-01-03 17:03:01.000000000 -0500
@@ -259,11 +259,11 @@
 
 tviced: project viced vlserver libafsrpc libafsauthent
 	case ${SYS_NAME} in \
-	alpha_dux*|sgi_*|sun*_5*|rs_aix*|*linux*|hp_ux11*|ia64_hpux*) \
+	alpha_dux*|sgi_*|sun*_5*|rs_aix*|hp_ux11*|ia64_hpux*) \
 		${COMPILE_PART1} tviced  ${COMPILE_PART2} ;; \
-	*_darwin_[1-6][0-9]) \
+	*_darwin_[1-6][0-9]|alpha_linux*) \
 		echo Not building MT viced for ${SYS_NAME} ;; \
-	*_darwin_*) \
+	*_darwin_*|*linux*) \
 		${COMPILE_PART1} tviced  ${COMPILE_PART2} ;; \
 	*) \
 		echo Not building MT viced for ${SYS_NAME} ;; \
diff -uNr openafs-1.2.13.orig/src/viced/Makefile.in openafs-1.2.13/src/viced/Makefile.in
--- openafs-1.2.13.orig/src/viced/Makefile.in	2003-10-24 01:25:18.000000000 -0400
+++ openafs-1.2.13/src/viced/Makefile.in	2005-01-03 17:05:36.000000000 -0500
@@ -109,12 +109,12 @@
 
 ${DEST}/root.server/usr/afs/bin/fileserver: fileserver
 	@case ${SYS_NAME} in \
-	alpha_dux4*|*linux*|rs_aix*|sgi_6*|sun*) \
+	alpha_dux4*|rs_aix*|sgi_6*|sun*) \
 	echo "Don't install fileserver for ${SYS_NAME}" ;; \
-	*_darwin_[1-6][0-9]) \
+	*_darwin_[1-6][0-9]|alpha_linux*) \
 	echo ${INSTALL} -ns $? $@ ; \
 	${INSTALL} -ns $? $@ ;; \
-	*_darwin_*) \
+	*_darwin_*|*linux*) \
 	echo "Don't install fileserver for ${SYS_NAME}" ;; \
 	*) \
 	echo ${INSTALL} -ns $? $@ ; \
@@ -132,12 +132,12 @@
 include ../config/Makefile.version
 ${DESTDIR}${afssrvlibexecdir}/fileserver: fileserver
 	@case ${SYS_NAME} in \
-	alpha_dux4*|*linux*|rs_aix*|sgi_6*|sun*) \
+	alpha_dux4*|rs_aix*|sgi_6*|sun*) \
 	echo "Don't install fileserver for ${SYS_NAME}" ;; \
-	*_darwin_[1-6][0-9]) \
+	*_darwin_[1-6][0-9]|alpha_linux*) \
 	echo ${INSTALL} -ns $? $@ ; \
 	${INSTALL} -ns $? $@ ;; \
-	*_darwin_*) \
+	*_darwin_*|*linux*) \
 	echo "Don't install fileserver for ${SYS_NAME}" ;; \
 	*) \
 	echo ${INSTALL} -ns $? $@ ; \
