Source-Changes-HG archive

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

[src/netbsd-1-5]: src/usr.bin Pull up revision 1.111 (requested by he, approv...



details:   https://anonhg.NetBSD.org/src/rev/de7734f0463b
branches:  netbsd-1-5
changeset: 488353:de7734f0463b
user:      he <he%NetBSD.org@localhost>
date:      Sun Jul 02 11:35:58 2000 +0000

description:
Pull up revision 1.111 (requested by he, approved by thorpej):
  Under MKCRYPTO != no, also build bdes.

diffstat:

 usr.bin/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f8eec115053c -r de7734f0463b usr.bin/Makefile
--- a/usr.bin/Makefile  Sun Jul 02 02:18:10 2000 +0000
+++ b/usr.bin/Makefile  Sun Jul 02 11:35:58 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.109.2.2 2000/06/24 06:59:35 thorpej Exp $
+#      $NetBSD: Makefile,v 1.109.2.3 2000/07/02 11:35:58 he Exp $
 #      from: @(#)Makefile      8.3 (Berkeley) 1/7/94
 
 .include <bsd.own.mk>
@@ -29,7 +29,7 @@
 .if (${MKCRYPTO} != "no")
 SUBDIR+= openssl
 
-SUBDIR+= compile_et kdestroy kf kinit klist kpasswd mk_cmds string2key
+SUBDIR+= bdes compile_et kdestroy kf kinit klist kpasswd mk_cmds string2key
 .endif
 
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index