Source-Changes-HG archive

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

[src/trunk]: src Treat crypto-us like domestic.



details:   https://anonhg.NetBSD.org/src/rev/3dd86c658116
branches:  trunk
changeset: 473551:3dd86c658116
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Jun 07 00:53:09 1999 +0000

description:
Treat crypto-us like domestic.

diffstat:

 lib/Makefile             |  5 +++--
 libexec/telnetd/Makefile |  5 +++--
 usr.bin/telnet/Makefile  |  5 +++--
 3 files changed, 9 insertions(+), 6 deletions(-)

diffs (57 lines):

diff -r 23a6f9ed7594 -r 3dd86c658116 lib/Makefile
--- a/lib/Makefile      Mon Jun 07 00:24:16 1999 +0000
+++ b/lib/Makefile      Mon Jun 07 00:53:09 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.51 1999/05/11 22:39:05 augustss Exp $
+#      $NetBSD: Makefile,v 1.52 1999/06/07 00:53:09 thorpej Exp $
 #      from: @(#)Makefile      5.25.1.1 (Berkeley) 5/7/91
 
 .include <bsd.own.mk>                  # for EXPORTABLE_SYSTEM definition
@@ -9,7 +9,8 @@
 
 # XXX Keep telnet(1) and libtelnet from getting out of sync during the build
 # XXX process.
-.if !exists(${.CURDIR}/../domestic/lib/libtelnet) || \
+.if (!exists(${.CURDIR}/../domestic/lib/libtelnet) && \
+     !exists(${.CURDIR}/../crypto-us/lib/libtelnet)) || \
        defined(EXPORTABLE_SYSTEM) || make(obj) || \
        make(clean) || make(cleandir) || make(distclean)
 SUBDIR+=       libtelnet
diff -r 23a6f9ed7594 -r 3dd86c658116 libexec/telnetd/Makefile
--- a/libexec/telnetd/Makefile  Mon Jun 07 00:24:16 1999 +0000
+++ b/libexec/telnetd/Makefile  Mon Jun 07 00:53:09 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.18 1999/02/12 05:30:11 dean Exp $
+#      $NetBSD: Makefile,v 1.19 1999/06/07 00:53:11 thorpej Exp $
 #      from: @(#)Makefile      8.2 (Berkeley) 12/15/93
 
 .include <bsd.own.mk>                  # for EXPORTABLE_SYSTEM definition
@@ -7,7 +7,8 @@
 
 # XXX Keep telnetd(8) and libtelnet from getting out of sync during the build
 # XXX process.
-.if !exists(${.CURDIR}/../../domestic/libexec/telnetd) || \
+.if (!exists(${.CURDIR}/../../domestic/libexec/telnetd) && \
+     !exists(${.CURDIR}/../../crypto-us/libexec/telnetd)) || \
     defined(EXPORTABLE_SYSTEM) || \
     make (obj) || make(clean) || make(cleandir) || make(distclean)
 
diff -r 23a6f9ed7594 -r 3dd86c658116 usr.bin/telnet/Makefile
--- a/usr.bin/telnet/Makefile   Mon Jun 07 00:24:16 1999 +0000
+++ b/usr.bin/telnet/Makefile   Mon Jun 07 00:53:09 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.15 1999/01/03 21:58:37 cjs Exp $
+#      $NetBSD: Makefile,v 1.16 1999/06/07 00:53:10 thorpej Exp $
 #
 # Copyright (c) 1990 The Regents of the University of California.
 # All rights reserved.
@@ -38,7 +38,8 @@
 
 # XXX Keep telnet(1) and libtelnet from getting out of sync during the build
 # XXX process.
-.if !exists(${.CURDIR}/../../domestic/usr.bin/telnet) || \
+.if (!exists(${.CURDIR}/../../domestic/usr.bin/telnet) && \
+     !exists(${.CURDIR}/../../crypto-us/usr.bin/telnet)) || \
     defined(EXPORTABLE_SYSTEM) || \
     make(obj) || make(clean) || make(cleandir) || make(distclean)
 



Home | Main Index | Thread Index | Old Index