Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin Add mount_ntfs



details:   https://anonhg.NetBSD.org/src/rev/1214a1ef6a28
branches:  trunk
changeset: 472761:1214a1ef6a28
user:      christos <christos%NetBSD.org@localhost>
date:      Thu May 06 16:05:26 1999 +0000

description:
Add mount_ntfs

diffstat:

 sbin/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 88ee1caf8ccd -r 1214a1ef6a28 sbin/Makefile
--- a/sbin/Makefile     Thu May 06 16:05:21 1999 +0000
+++ b/sbin/Makefile     Thu May 06 16:05:26 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.56 1999/03/25 04:08:29 explorer Exp $
+#      $NetBSD: Makefile,v 1.57 1999/05/06 16:05:26 christos Exp $
 #      @(#)Makefile    8.5 (Berkeley) 3/31/94
 
 # Not ported: XNSrouted enpload scsiformat startslip
@@ -21,6 +21,7 @@
 # mount_mfs -> newfs
 SUBDIR+= mount_msdos   newfs_msdos fsck_msdos
 SUBDIR+= mount_nfs
+SUBDIR+= mount_ntfs
 SUBDIR+= mount_null
 SUBDIR+= mount_portal
 SUBDIR+= mount_procfs



Home | Main Index | Thread Index | Old Index