Source-Changes-HG archive

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

[src/netbsd-1-4]: src/distrib/utils Apply patch (requested by he):



details:   https://anonhg.NetBSD.org/src/rev/521cf1058fe9
branches:  netbsd-1-4
changeset: 470866:521cf1058fe9
user:      he <he%NetBSD.org@localhost>
date:      Tue Aug 15 23:17:36 2000 +0000

description:
Apply patch (requested by he):
  Don't build libhack in its own directory; build it where it's
  used instead.

diffstat:

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

diffs (12 lines):

diff -r e677b2a213c6 -r 521cf1058fe9 distrib/utils/Makefile
--- a/distrib/utils/Makefile    Tue Aug 15 22:41:54 2000 +0000
+++ b/distrib/utils/Makefile    Tue Aug 15 23:17:36 2000 +0000
@@ -1,6 +1,6 @@
-#      $NetBSD: Makefile,v 1.4.2.1 1999/04/17 11:05:44 simonb Exp $
+#      $NetBSD: Makefile,v 1.4.2.2 2000/08/15 23:17:36 he Exp $
 
-SUBDIR=        libhack init_s more ssh tls \
+SUBDIR=        init_s more ssh tls \
        x_dd x_ftp x_ifconfig x_route x_sh zcat
 .if exists(sysinst/arch/${MACHINE})
 SUBDIR+=sysinst



Home | Main Index | Thread Index | Old Index