Source-Changes-HG archive

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

[src/trunk]: src/distrib/utils Descend into sysinst directory if sysinst/arch...



details:   https://anonhg.NetBSD.org/src/rev/e601501d5598
branches:  trunk
changeset: 471958:e601501d5598
user:      simonb <simonb%NetBSD.org@localhost>
date:      Fri Apr 16 10:10:24 1999 +0000

description:
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 704639428f2f -r e601501d5598 distrib/utils/Makefile
--- a/distrib/utils/Makefile    Fri Apr 16 08:55:37 1999 +0000
+++ b/distrib/utils/Makefile    Fri Apr 16 10:10:24 1999 +0000
@@ -1,6 +1,9 @@
-#      $NetBSD: Makefile,v 1.4 1998/05/02 08:04:52 ross Exp $
+#      $NetBSD: Makefile,v 1.5 1999/04/16 10:10:24 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