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 Pull up rev 1.5 from the trunk:



details:   https://anonhg.NetBSD.org/src/rev/d24c35765e02
branches:  netbsd-1-4
changeset: 468327:d24c35765e02
user:      simonb <simonb%NetBSD.org@localhost>
date:      Sat Apr 17 11:05:44 1999 +0000

description:
Pull up rev 1.5 from the trunk:
        Descend into sysinst directory if sysinst/arch/${MACHINE} exists.

diffstat:

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

diffs (15 lines):

diff -r 58cfc0314ab1 -r d24c35765e02 distrib/utils/Makefile
--- a/distrib/utils/Makefile    Sat Apr 17 11:01:32 1999 +0000
+++ b/distrib/utils/Makefile    Sat Apr 17 11:05:44 1999 +0000
@@ -1,6 +1,9 @@
-#      $NetBSD: Makefile,v 1.4 1998/05/02 08:04:52 ross Exp $
+#      $NetBSD: Makefile,v 1.4.2.1 1999/04/17 11:05:44 simonb Exp $
 
 SUBDIR=        libhack init_s more ssh tls \
- x_dd x_ftp x_ifconfig x_route x_sh zcat
+       x_dd x_ftp x_ifconfig x_route x_sh zcat
+.if exists(sysinst/arch/${MACHINE})
+SUBDIR+=sysinst
+.endif
 
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index