Source-Changes-HG archive

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

[src/trunk]: src/distrib/utils Add x_umount to SUBDIR.



details:   https://anonhg.NetBSD.org/src/rev/cdace1c44ba1
branches:  trunk
changeset: 503119:cdace1c44ba1
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Wed Jan 31 20:48:11 2001 +0000

description:
Add x_umount to SUBDIR.

diffstat:

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

diffs (14 lines):

diff -r dd18a714d068 -r cdace1c44ba1 distrib/utils/Makefile
--- a/distrib/utils/Makefile    Wed Jan 31 20:18:40 2001 +0000
+++ b/distrib/utils/Makefile    Wed Jan 31 20:48:11 2001 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: Makefile,v 1.10 2000/09/12 16:06:23 matt Exp $
+#      $NetBSD: Makefile,v 1.11 2001/01/31 20:48:11 tsutsui Exp $
 
 SUBDIR=        libhack init_s more ssh tls \
        x_dd x_dhclient x_dmesg x_ed x_ftp x_gzip x_ifconfig x_netstat x_ping \
-       x_route x_sh zcat
+       x_route x_sh x_umount zcat
 
 .if exists(sysinst/arch/${MACHINE})
 SUBDIR+=sysinst



Home | Main Index | Thread Index | Old Index