diff options
author | gordon <gordon@FreeBSD.org> | 2003-07-02 16:16:49 +0000 |
---|---|---|
committer | gordon <gordon@FreeBSD.org> | 2003-07-02 16:16:49 +0000 |
commit | c8da5ca5c290dcceefd3f6478d693e88d63a1107 (patch) | |
tree | f6afd08595327f4e8e3bcc642225062f31a0c62d /sbin/Makefile | |
parent | 58598b39f8391903edf076ddb2ab3edbaf9b31bc (diff) | |
download | FreeBSD-src-c8da5ca5c290dcceefd3f6478d693e88d63a1107.zip FreeBSD-src-c8da5ca5c290dcceefd3f6478d693e88d63a1107.tar.gz |
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.
Diffstat (limited to 'sbin/Makefile')
-rw-r--r-- | sbin/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index 47f1cb2..53fd0ea 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 |