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