Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk update CRYPTO example to use ".sinclude"
details: https://anonhg.NetBSD.org/src/rev/301fd0767465
branches: trunk
changeset: 474910:301fd0767465
user: mrg <mrg%NetBSD.org@localhost>
date: Mon Jul 26 02:01:47 1999 +0000
description:
update CRYPTO example to use ".sinclude"
diffstat:
share/mk/bsd.README | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diffs (25 lines):
diff -r 96c1f06e7d1f -r 301fd0767465 share/mk/bsd.README
--- a/share/mk/bsd.README Mon Jul 26 01:49:09 1999 +0000
+++ b/share/mk/bsd.README Mon Jul 26 02:01:47 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.README,v 1.50 1999/07/13 17:58:42 thorpej Exp $
+# $NetBSD: bsd.README,v 1.51 1999/07/26 02:01:47 mrg Exp $
# @(#)bsd.README 8.2 (Berkeley) 4/2/94
This is the README file for the new make "include" files for the BSD
@@ -598,11 +598,12 @@
.
.
.if defined(CRYPTOPATH)
- .include "${CRYPTOPATH}/usr.bin/login/Makefile.frag"
+ .sinclude "${CRYPTOPATH}/usr.bin/login/Makefile.frag"
.endif
-The Makefile.frag included will now influence the build of the login(1)
-program, specifying additional source files, libraries, and CPP flags.
+The Makefile.frag included (if it exists) will now influence the build
+of the login(1) program, specifying additional source files, libraries,
+and CPP flags.
The "EXPORTABLE_SYSTEM" variable, if set, causes CRYPTOBASE to be set
to "none". This is for compatibilty with older NetBSD build environments.
Home |
Main Index |
Thread Index |
Old Index