Source-Changes-HG archive

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

[src/trunk]: src optionally include CRYPTOPATH Makefile.frag files.



details:   https://anonhg.NetBSD.org/src/rev/82f528297f7e
branches:  trunk
changeset: 474781:82f528297f7e
user:      mrg <mrg%NetBSD.org@localhost>
date:      Tue Jul 20 09:47:07 1999 +0000

description:
optionally include CRYPTOPATH Makefile.frag files.

diffstat:

 include/Makefile  |  4 ++--
 lib/Makefile      |  4 ++--
 usr.bin/Makefile  |  4 ++--
 usr.sbin/Makefile |  4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diffs (72 lines):

diff -r 1c6e1b01f558 -r 82f528297f7e include/Makefile
--- a/include/Makefile  Tue Jul 20 09:35:18 1999 +0000
+++ b/include/Makefile  Tue Jul 20 09:47:07 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.76 1999/07/12 22:04:58 thorpej Exp $
+#      $NetBSD: Makefile,v 1.77 1999/07/20 09:47:08 mrg Exp $
 #      @(#)Makefile    8.2 (Berkeley) 1/4/94
 
 SRCTOP=        ..
@@ -30,7 +30,7 @@
 MKOBJ= no
 
 .if defined(CRYPTOPATH)
-.include "${CRYPTOPATH}/include/Makefile.frag"
+.sinclude "${CRYPTOPATH}/include/Makefile.frag"
 .endif
 
 .include <bsd.prog.mk>
diff -r 1c6e1b01f558 -r 82f528297f7e lib/Makefile
--- a/lib/Makefile      Tue Jul 20 09:35:18 1999 +0000
+++ b/lib/Makefile      Tue Jul 20 09:47:07 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.54 1999/07/12 22:05:42 thorpej Exp $
+#      $NetBSD: Makefile,v 1.55 1999/07/20 09:47:07 mrg Exp $
 #      from: @(#)Makefile      5.25.1.1 (Berkeley) 5/7/91
 
 SRCTOP=        ..
@@ -10,7 +10,7 @@
 
 # XXX Crypto bits must be dealt with before libtelnet.
 .if defined(CRYPTOPATH)
-.include "${CRYPTOPATH}/lib/Makefile.frag"
+.sinclude "${CRYPTOPATH}/lib/Makefile.frag"
 .endif
 
 SUBDIR+=       libtelnet
diff -r 1c6e1b01f558 -r 82f528297f7e usr.bin/Makefile
--- a/usr.bin/Makefile  Tue Jul 20 09:35:18 1999 +0000
+++ b/usr.bin/Makefile  Tue Jul 20 09:47:07 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.105 1999/07/12 22:11:37 thorpej Exp $
+#      $NetBSD: Makefile,v 1.106 1999/07/20 09:47:08 mrg Exp $
 #      from: @(#)Makefile      8.3 (Berkeley) 1/7/94
 
 SRCTOP=        ..
@@ -28,7 +28,7 @@
        ypmatch ypwhich
 
 .if defined(CRYPTOPATH)
-.include "${CRYPTOPATH}/usr.bin/Makefile.frag"
+.sinclude "${CRYPTOPATH}/usr.bin/Makefile.frag"
 .endif
 
 .include <bsd.subdir.mk>
diff -r 1c6e1b01f558 -r 82f528297f7e usr.sbin/Makefile
--- a/usr.sbin/Makefile Tue Jul 20 09:35:18 1999 +0000
+++ b/usr.sbin/Makefile Tue Jul 20 09:47:07 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.123 1999/07/19 09:11:25 kleink Exp $
+#      $NetBSD: Makefile,v 1.124 1999/07/20 09:47:08 mrg Exp $
 #      from: @(#)Makefile      5.20 (Berkeley) 6/12/93
 
 # XXX Temporary for NO_SENDMAIL and BUILD_POSTFIX
@@ -40,7 +40,7 @@
 .endif
 
 .if defined(CRYPTOPATH)
-.include "${CRYPTOPATH}/usr.sbin/Makefile.frag"
+.sinclude "${CRYPTOPATH}/usr.sbin/Makefile.frag"
 .endif
 
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index