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 mistake: regress/lib/libskey is not ...



details:   https://anonhg.NetBSD.org/src/rev/ad6d625848c8
branches:  netbsd-1-5
changeset: 489701:ad6d625848c8
user:      itojun <itojun%NetBSD.org@localhost>
date:      Sat Oct 07 03:19:18 2000 +0000

description:
pullup mistake: regress/lib/libskey is not in 1.5 yet

diffstat:

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

diffs (14 lines):

diff -r 9798afeb1921 -r ad6d625848c8 regress/lib/Makefile
--- a/regress/lib/Makefile      Sat Oct 07 01:18:44 2000 +0000
+++ b/regress/lib/Makefile      Sat Oct 07 03:19:18 2000 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: Makefile,v 1.5.10.1 2000/10/07 01:16:08 itojun Exp $
+#      $NetBSD: Makefile,v 1.5.10.2 2000/10/07 03:19:18 itojun Exp $
 
 .include <bsd.own.mk>
 
-SUBDIR+= libc libposix libskey
+SUBDIR+= libc libposix
 
 .if ${MKCRYPTO} == "yes"
 SUBDIR+= libcrypto 



Home | Main Index | Thread Index | Old Index