1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-04 17:15:50 +00:00

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.
This commit is contained in:
Gordon Tetlow 2003-07-02 16:16:49 +00:00
parent f7ee15901a
commit d928e581a9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=117169
2 changed files with 4 additions and 4 deletions

View File

@ -47,7 +47,6 @@ SUBDIR= adjkerntz \
mount_nfs \ mount_nfs \
mount_ntfs \ mount_ntfs \
mount_nullfs \ mount_nullfs \
mount_portalfs \
mount_std \ mount_std \
mount_udf \ mount_udf \
mount_umapfs \ mount_umapfs \
@ -93,9 +92,7 @@ SUBDIR+=ipf \
.endif .endif
.if ${MACHINE_ARCH} == "i386" .if ${MACHINE_ARCH} == "i386"
SUBDIR+=cxconfig \ SUBDIR+=cxconfig
mount_nwfs \
mount_smbfs
.if ${MACHINE} == "pc98" .if ${MACHINE} == "pc98"
SUBDIR+=fdisk_pc98 SUBDIR+=fdisk_pc98
.else .else

View File

@ -59,6 +59,7 @@ SUBDIR= IPXrouted \
mixer \ mixer \
mld6query \ mld6query \
mlxcontrol \ mlxcontrol \
mount_portalfs \
mountd \ mountd \
moused \ moused \
mrouted \ mrouted \
@ -179,6 +180,8 @@ SUBDIR+=acpi \
kgmon \ kgmon \
kgzip \ kgzip \
lptcontrol \ lptcontrol \
mount_nwfs \
mount_smbfs \
mptable \ mptable \
pccard \ pccard \
pcvt \ pcvt \