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/1c6e1b01f558
branches: trunk
changeset: 474780:1c6e1b01f558
user: mrg <mrg%NetBSD.org@localhost>
date: Tue Jul 20 09:35:18 1999 +0000
description:
optionally include CRYPTOPATH Makefile.frag files.
diffstat:
bin/ed/Makefile | 4 ++--
bin/rcp/Makefile | 4 ++--
lib/libcrypt/Makefile | 4 ++--
lib/libtelnet/Makefile | 4 ++--
libexec/ftpd/Makefile | 4 ++--
libexec/telnetd/Makefile | 4 ++--
usr.bin/login/Makefile | 4 ++--
usr.bin/passwd/Makefile | 4 ++--
usr.bin/rlogin/Makefile | 4 ++--
usr.bin/su/Makefile | 4 ++--
usr.bin/telnet/Makefile | 4 ++--
11 files changed, 22 insertions(+), 22 deletions(-)
diffs (199 lines):
diff -r 2af921c1736f -r 1c6e1b01f558 bin/ed/Makefile
--- a/bin/ed/Makefile Tue Jul 20 09:02:24 1999 +0000
+++ b/bin/ed/Makefile Tue Jul 20 09:35:18 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 1999/07/12 22:04:09 thorpej Exp $
+# $NetBSD: Makefile,v 1.30 1999/07/20 09:35:19 mrg Exp $
SRCTOP= ../..
.include <bsd.crypto.mk>
@@ -14,7 +14,7 @@
#MLINKS= ed.1 red.1
.if defined(CRYPTOPATH)
-.include "${CRYPTOPATH}/bin/ed/Makefile.frag"
+.sinclude "${CRYPTOPATH}/bin/ed/Makefile.frag"
.endif
.include <bsd.prog.mk>
diff -r 2af921c1736f -r 1c6e1b01f558 bin/rcp/Makefile
--- a/bin/rcp/Makefile Tue Jul 20 09:02:24 1999 +0000
+++ b/bin/rcp/Makefile Tue Jul 20 09:35:18 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 1999/07/12 22:04:21 thorpej Exp $
+# $NetBSD: Makefile,v 1.16 1999/07/20 09:35:19 mrg Exp $
# @(#)Makefile 8.1 (Berkeley) 7/19/93
SRCTOP= ../..
@@ -8,7 +8,7 @@
SRCS= rcp.c util.c
.if defined(CRYPTOPATH)
-.include "${CRYPTOPATH}/bin/rcp/Makefile.frag"
+.sinclude "${CRYPTOPATH}/bin/rcp/Makefile.frag"
.endif
.include <bsd.prog.mk>
diff -r 2af921c1736f -r 1c6e1b01f558 lib/libcrypt/Makefile
--- a/lib/libcrypt/Makefile Tue Jul 20 09:02:24 1999 +0000
+++ b/lib/libcrypt/Makefile Tue Jul 20 09:35:18 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 1999/07/12 22:05:42 thorpej Exp $
+# $NetBSD: Makefile,v 1.8 1999/07/20 09:35:18 mrg Exp $
#
# This directory contains an implementation of crypt(3) and associated
# routines. They have been modified so that decryption is no longer possible,
@@ -16,7 +16,7 @@
MLINKS= crypt.3 encrypt.3 crypt.3 setkey.3
.if defined(CRYPTOPATH)
-.include "${CRYPTOPATH}/lib/libcrypt/Makefile.frag"
+.sinclude "${CRYPTOPATH}/lib/libcrypt/Makefile.frag"
.endif
.include <bsd.lib.mk>
diff -r 2af921c1736f -r 1c6e1b01f558 lib/libtelnet/Makefile
--- a/lib/libtelnet/Makefile Tue Jul 20 09:02:24 1999 +0000
+++ b/lib/libtelnet/Makefile Tue Jul 20 09:35:18 1999 +0000
@@ -1,5 +1,5 @@
# from: @(#)Makefile 8.2 (Berkeley) 12/15/93
-# $NetBSD: Makefile,v 1.8 1999/07/12 22:05:42 thorpej Exp $
+# $NetBSD: Makefile,v 1.9 1999/07/20 09:35:19 mrg Exp $
SRCTOP= ../..
.include <bsd.crypto.mk>
@@ -9,7 +9,7 @@
CPPFLAGS+= -DHAS_CGETENT
.if defined(CRYPTOPATH)
-.include "${CRYPTOPATH}/lib/libtelnet/Makefile.frag"
+.sinclude "${CRYPTOPATH}/lib/libtelnet/Makefile.frag"
.endif
.include <bsd.lib.mk>
diff -r 2af921c1736f -r 1c6e1b01f558 libexec/ftpd/Makefile
--- a/libexec/ftpd/Makefile Tue Jul 20 09:02:24 1999 +0000
+++ b/libexec/ftpd/Makefile Tue Jul 20 09:35:18 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 1999/07/12 22:06:03 thorpej Exp $
+# $NetBSD: Makefile,v 1.35 1999/07/20 09:35:20 mrg Exp $
# @(#)Makefile 8.2 (Berkeley) 4/4/94
SRCTOP= ../..
@@ -26,7 +26,7 @@
.endif
.if defined(CRYPTOPATH)
-.include "${CRYPTOPATH}/libexec/ftpd/Makefile.frag"
+.sinclude "${CRYPTOPATH}/libexec/ftpd/Makefile.frag"
.endif
.include <bsd.prog.mk>
diff -r 2af921c1736f -r 1c6e1b01f558 libexec/telnetd/Makefile
--- a/libexec/telnetd/Makefile Tue Jul 20 09:02:24 1999 +0000
+++ b/libexec/telnetd/Makefile Tue Jul 20 09:35:18 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 1999/07/12 22:06:03 thorpej Exp $
+# $NetBSD: Makefile,v 1.22 1999/07/20 09:35:20 mrg Exp $
# from: @(#)Makefile 8.2 (Berkeley) 12/15/93
SRCTOP= ../..
@@ -17,7 +17,7 @@
LDADD+= -lutil -ltermcap -ltelnet
.if defined(CRYPTOPATH)
-.include "${CRYPTOPATH}/libexec/telnetd/Makefile.frag"
+.sinclude "${CRYPTOPATH}/libexec/telnetd/Makefile.frag"
.endif
CPPFLAGS+=-I${.CURDIR}
diff -r 2af921c1736f -r 1c6e1b01f558 usr.bin/login/Makefile
--- a/usr.bin/login/Makefile Tue Jul 20 09:02:24 1999 +0000
+++ b/usr.bin/login/Makefile Tue Jul 20 09:35:18 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 1999/07/12 22:11:37 thorpej Exp $
+# $NetBSD: Makefile,v 1.24 1999/07/20 09:35:20 mrg Exp $
# @(#)Makefile 8.1 (Berkeley) 7/19/93
SRCTOP= ../..
@@ -21,7 +21,7 @@
.endif
.if defined(CRYPTOPATH)
-.include "${CRYPTOPATH}/usr.bin/login/Makefile.frag"
+.sinclude "${CRYPTOPATH}/usr.bin/login/Makefile.frag"
.endif
.include <bsd.prog.mk>
diff -r 2af921c1736f -r 1c6e1b01f558 usr.bin/passwd/Makefile
--- a/usr.bin/passwd/Makefile Tue Jul 20 09:02:24 1999 +0000
+++ b/usr.bin/passwd/Makefile Tue Jul 20 09:35:18 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 1999/07/12 22:11:38 thorpej Exp $
+# $NetBSD: Makefile,v 1.22 1999/07/20 09:35:21 mrg Exp $
# from: @(#)Makefile 8.3 (Berkeley) 4/2/94
SRCTOP= ../..
@@ -21,7 +21,7 @@
.endif
.if defined(CRYPTOPATH)
-.include "${CRYPTOPATH}/usr.bin/passwd/Makefile.frag"
+.sinclude "${CRYPTOPATH}/usr.bin/passwd/Makefile.frag"
.endif
.include <bsd.prog.mk>
diff -r 2af921c1736f -r 1c6e1b01f558 usr.bin/rlogin/Makefile
--- a/usr.bin/rlogin/Makefile Tue Jul 20 09:02:24 1999 +0000
+++ b/usr.bin/rlogin/Makefile Tue Jul 20 09:35:18 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 1999/07/12 22:11:38 thorpej Exp $
+# $NetBSD: Makefile,v 1.14 1999/07/20 09:35:21 mrg Exp $
# @(#)Makefile 8.1 (Berkeley) 7/19/93
SRCTOP= ../..
@@ -12,7 +12,7 @@
#INSTALLFLAGS=-fschg
.if defined(CRYPTOPATH)
-.include "${CRYPTOPATH}/usr.bin/rlogin/Makefile.frag"
+.sinclude "${CRYPTOPATH}/usr.bin/rlogin/Makefile.frag"
.endif
.include <bsd.prog.mk>
diff -r 2af921c1736f -r 1c6e1b01f558 usr.bin/su/Makefile
--- a/usr.bin/su/Makefile Tue Jul 20 09:02:24 1999 +0000
+++ b/usr.bin/su/Makefile Tue Jul 20 09:35:18 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 1999/07/12 22:11:38 thorpej Exp $
+# $NetBSD: Makefile,v 1.16 1999/07/20 09:35:21 mrg Exp $
# from: @(#)Makefile 8.1 (Berkeley) 7/19/93
SRCTOP= ../..
@@ -16,7 +16,7 @@
#CPPFLAGS+=-DSUGROUP=\"sugroup\"
.if defined(CRYPTOPATH)
-.include "${CRYPTOPATH}/usr.bin/su/Makefile.frag"
+.sinclude "${CRYPTOPATH}/usr.bin/su/Makefile.frag"
.endif
.include <bsd.prog.mk>
diff -r 2af921c1736f -r 1c6e1b01f558 usr.bin/telnet/Makefile
--- a/usr.bin/telnet/Makefile Tue Jul 20 09:02:24 1999 +0000
+++ b/usr.bin/telnet/Makefile Tue Jul 20 09:35:18 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 1999/07/12 22:11:38 thorpej Exp $
+# $NetBSD: Makefile,v 1.19 1999/07/20 09:35:21 mrg Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@@ -55,7 +55,7 @@
NOCRYPT_DIR=${.CURDIR}/Nocrypt
.if defined(CRYPTOPATH)
-.include "${CRYPTOPATH}/usr.bin/telnet/Makefile.frag"
+.sinclude "${CRYPTOPATH}/usr.bin/telnet/Makefile.frag"
.endif
CPPFLAGS+=-DIPSEC
Home |
Main Index |
Thread Index |
Old Index