From 9c0247ff80ce8cbc436cd75a0dabf62c255c2763 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Mon, 11 Jun 2001 21:57:18 +0000 Subject: [PATCH] Linprocfs builds on Alpha now. --- sys/modules/fs/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sys/modules/fs/Makefile b/sys/modules/fs/Makefile index 230ccbda662..49244f360ee 100644 --- a/sys/modules/fs/Makefile +++ b/sys/modules/fs/Makefile @@ -1,10 +1,7 @@ # $FreeBSD$ SUBDIR = +SUBDIR += linprocfs SUBDIR += pseudofs -.if ${MACHINE_ARCH} == "i386" -SUBDIR += linprocfs -.endif - .include