From d928e581a9f377ae8784d65125ff19d6803250aa Mon Sep 17 00:00:00 2001 From: Gordon Tetlow Date: Wed, 2 Jul 2003 16:16:49 +0000 Subject: [PATCH] Move mount_portalfs, mount_smbfs, and mount_nwfs from sbin to usr.sbin. They don't have alot of reason to be in sbin and contribute to library bloat in the dynamic case. If you are using any of these filesystem type to hold your /usr, please seek professional help. The actual code was repo-copied by joe. --- sbin/Makefile | 5 +---- usr.sbin/Makefile | 3 +++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sbin/Makefile b/sbin/Makefile index 47f1cb23534..53fd0ead9d7 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -47,7 +47,6 @@ SUBDIR= adjkerntz \ mount_nfs \ mount_ntfs \ mount_nullfs \ - mount_portalfs \ mount_std \ mount_udf \ mount_umapfs \ @@ -93,9 +92,7 @@ SUBDIR+=ipf \ .endif .if ${MACHINE_ARCH} == "i386" -SUBDIR+=cxconfig \ - mount_nwfs \ - mount_smbfs +SUBDIR+=cxconfig .if ${MACHINE} == "pc98" SUBDIR+=fdisk_pc98 .else diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 73d331108e3..840b5fe6871 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -59,6 +59,7 @@ SUBDIR= IPXrouted \ mixer \ mld6query \ mlxcontrol \ + mount_portalfs \ mountd \ moused \ mrouted \ @@ -179,6 +180,8 @@ SUBDIR+=acpi \ kgmon \ kgzip \ lptcontrol \ + mount_nwfs \ + mount_smbfs \ mptable \ pccard \ pcvt \