Source-Changes-HG archive

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

[src/trunk]: src/distrib/utils EOL x_mount.



details:   https://anonhg.NetBSD.org/src/rev/0c81746df514
branches:  trunk
changeset: 541860:0c81746df514
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sun Jan 19 12:35:00 2003 +0000

description:
EOL x_mount.

diffstat:

 distrib/utils/Makefile         |   4 ++--
 distrib/utils/x_mount/Makefile |  15 ---------------
 2 files changed, 2 insertions(+), 17 deletions(-)

diffs (32 lines):

diff -r b5c54ea68b3b -r 0c81746df514 distrib/utils/Makefile
--- a/distrib/utils/Makefile    Sun Jan 19 12:26:47 2003 +0000
+++ b/distrib/utils/Makefile    Sun Jan 19 12:35:00 2003 +0000
@@ -1,7 +1,7 @@
-#      $NetBSD: Makefile,v 1.14 2002/10/17 06:38:23 lukem Exp $
+#      $NetBSD: Makefile,v 1.15 2003/01/19 12:35:00 tsutsui Exp $
 
 SUBDIR=        libhack more ssh tls \
-       x_dhclient x_dmesg x_ed x_gzip x_ifconfig x_mount \
+       x_dhclient x_dmesg x_ed x_gzip x_ifconfig \
        x_netstat x_ping x_route x_umount zcat
 
 .if exists(sysinst/arch/${MACHINE})
diff -r b5c54ea68b3b -r 0c81746df514 distrib/utils/x_mount/Makefile
--- a/distrib/utils/x_mount/Makefile    Sun Jan 19 12:26:47 2003 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-# $NetBSD: Makefile,v 1.4 2001/12/12 00:05:13 tv Exp $
-# Build a smaller mount (i.e. for boot media)
-
-SRCDIR=                ${.CURDIR}/../../../sbin/mount
-
-PROG=          mount
-NOMAN=         # defined
-
-SRCS=          mount.c vfslist.c
-CPPFLAGS+=     -DNO_MOUNT_PROGS -I${SRCDIR}
-WARNS?=                1
-
-.include <bsd.prog.mk>
-
-.PATH:         ${SRCDIR}



Home | Main Index | Thread Index | Old Index