Source-Changes-HG archive

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

[src/netbsd-1-5]: src/regress/lib pullup 1.6 -> 1.8 (approved by releng-1-5)



details:   https://anonhg.NetBSD.org/src/rev/83def21ae973
branches:  netbsd-1-5
changeset: 489699:83def21ae973
user:      itojun <itojun%NetBSD.org@localhost>
date:      Sat Oct 07 01:16:08 2000 +0000

description:
pullup 1.6 -> 1.8 (approved by releng-1-5)
visit regress/lib/libcrypto, if MKCRYPTO=yes.

diffstat:

 regress/lib/Makefile |  10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r cc67e4018c38 -r 83def21ae973 regress/lib/Makefile
--- a/regress/lib/Makefile      Sat Oct 07 01:14:15 2000 +0000
+++ b/regress/lib/Makefile      Sat Oct 07 01:16:08 2000 +0000
@@ -1,5 +1,11 @@
-#      $NetBSD: Makefile,v 1.5 1999/02/21 00:20:10 mjl Exp $
+#      $NetBSD: Makefile,v 1.5.10.1 2000/10/07 01:16:08 itojun Exp $
+
+.include <bsd.own.mk>
 
-SUBDIR+= libc libposix
+SUBDIR+= libc libposix libskey
+
+.if ${MKCRYPTO} == "yes"
+SUBDIR+= libcrypto 
+.endif
 
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index