Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Build & install rump_smbfs
details: https://anonhg.NetBSD.org/src/rev/71be2d5a2e66
branches: trunk
changeset: 747238:71be2d5a2e66
user: pooka <pooka%NetBSD.org@localhost>
date: Sun Sep 06 21:03:27 2009 +0000
description:
Build & install rump_smbfs
diffstat:
distrib/sets/lists/base/mi | 3 ++-
distrib/sets/lists/comp/mi | 3 ++-
distrib/sets/lists/man/mi | 5 ++++-
usr.sbin/puffs/Makefile | 4 ++--
4 files changed, 10 insertions(+), 5 deletions(-)
diffs (82 lines):
diff -r fa3bf444a492 -r 71be2d5a2e66 distrib/sets/lists/base/mi
--- a/distrib/sets/lists/base/mi Sun Sep 06 20:54:19 2009 +0000
+++ b/distrib/sets/lists/base/mi Sun Sep 06 21:03:27 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.825 2009/09/03 01:17:29 joerg Exp $
+# $NetBSD: mi,v 1.826 2009/09/06 21:03:27 pooka Exp $
#
# Note: Don't delete entries from here - mark them as "obsolete" instead,
# unless otherwise stated below.
@@ -1611,6 +1611,7 @@
./usr/sbin/rump_msdos base-puffs-bin
./usr/sbin/rump_nfs base-puffs-bin
./usr/sbin/rump_ntfs base-puffs-bin
+./usr/sbin/rump_smbfs base-puffs-bin
./usr/sbin/rump_syspuffs base-puffs-bin
./usr/sbin/rump_sysvbfs base-puffs-bin
./usr/sbin/rump_tmpfs base-puffs-bin
diff -r fa3bf444a492 -r 71be2d5a2e66 distrib/sets/lists/comp/mi
--- a/distrib/sets/lists/comp/mi Sun Sep 06 20:54:19 2009 +0000
+++ b/distrib/sets/lists/comp/mi Sun Sep 06 21:03:27 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1304 2009/09/05 10:16:46 taca Exp $
+# $NetBSD: mi,v 1.1305 2009/09/06 21:03:28 pooka Exp $
#
# Note: don't delete entries from here - mark them as "obsolete" instead.
#
@@ -3502,6 +3502,7 @@
./usr/libdata/debug/usr/sbin/rump_msdos.debug comp-puffs-debug debug
./usr/libdata/debug/usr/sbin/rump_nfs.debug comp-puffs-debug debug
./usr/libdata/debug/usr/sbin/rump_ntfs.debug comp-puffs-debug debug
+./usr/libdata/debug/usr/sbin/rump_smbfs.debug comp-puffs-debug debug
./usr/libdata/debug/usr/sbin/rump_syspuffs.debug comp-puffs-debug debug
./usr/libdata/debug/usr/sbin/rump_sysvbfs.debug comp-puffs-debug debug
./usr/libdata/debug/usr/sbin/rump_tmpfs.debug comp-puffs-debug debug
diff -r fa3bf444a492 -r 71be2d5a2e66 distrib/sets/lists/man/mi
--- a/distrib/sets/lists/man/mi Sun Sep 06 20:54:19 2009 +0000
+++ b/distrib/sets/lists/man/mi Sun Sep 06 21:03:27 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1155 2009/09/06 17:25:55 sborrill Exp $
+# $NetBSD: mi,v 1.1156 2009/09/06 21:03:28 pooka Exp $
#
# Note: don't delete entries from here - mark them as "obsolete" instead.
#
@@ -2527,6 +2527,7 @@
./usr/share/man/cat8/rump_msdos.0 man-puffs-catman .cat
./usr/share/man/cat8/rump_nfs.0 man-puffs-catman .cat
./usr/share/man/cat8/rump_ntfs.0 man-puffs-catman .cat
+./usr/share/man/cat8/rump_smbfs.0 man-puffs-catman .cat
./usr/share/man/cat8/rump_syspuffs.0 man-puffs-catman .cat
./usr/share/man/cat8/rump_sysvbfs.0 man-puffs-catman .cat
./usr/share/man/cat8/rump_tmpfs.0 man-puffs-catman .cat
@@ -4892,6 +4893,7 @@
./usr/share/man/html8/rump_msdos.html man-puffs-htmlman html
./usr/share/man/html8/rump_nfs.html man-puffs-htmlman html
./usr/share/man/html8/rump_ntfs.html man-puffs-htmlman html
+./usr/share/man/html8/rump_smbfs.html man-puffs-htmlman html
./usr/share/man/html8/rump_syspuffs.html man-puffs-htmlman html
./usr/share/man/html8/rump_sysvbfs.html man-puffs-htmlman html
./usr/share/man/html8/rump_tmpfs.html man-puffs-htmlman html
@@ -7535,6 +7537,7 @@
./usr/share/man/man8/rump_msdos.8 man-puffs-man .man
./usr/share/man/man8/rump_nfs.8 man-puffs-man .man
./usr/share/man/man8/rump_ntfs.8 man-puffs-man .man
+./usr/share/man/man8/rump_smbfs.8 man-puffs-man .man
./usr/share/man/man8/rump_syspuffs.8 man-puffs-man .man
./usr/share/man/man8/rump_sysvbfs.8 man-puffs-man .man
./usr/share/man/man8/rump_tmpfs.8 man-puffs-man .man
diff -r fa3bf444a492 -r 71be2d5a2e66 usr.sbin/puffs/Makefile
--- a/usr.sbin/puffs/Makefile Sun Sep 06 20:54:19 2009 +0000
+++ b/usr.sbin/puffs/Makefile Sun Sep 06 21:03:27 2009 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.9 2009/07/31 19:21:55 pooka Exp $
+# $NetBSD: Makefile,v 1.10 2009/09/06 21:03:27 pooka Exp $
SUBDIR= mount_9p mount_portal mount_psshfs mount_sysctlfs
SUBDIR+=rump_cd9660 rump_efs rump_ext2fs rump_ffs rump_hfs rump_lfs
-SUBDIR+=rump_msdos rump_nfs rump_ntfs rump_syspuffs rump_sysvbfs
+SUBDIR+=rump_msdos rump_nfs rump_ntfs rump_smbfs rump_syspuffs rump_sysvbfs
SUBDIR+=rump_tmpfs rump_udf
#
Home |
Main Index |
Thread Index |
Old Index