Source-Changes-HG archive

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

[src/trunk]: src/lib/libdes libdes build bits, from cryptosrc-intl.



details:   https://anonhg.NetBSD.org/src/rev/704066c7612a
branches:  trunk
changeset: 488043:704066c7612a
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sat Jun 17 01:08:24 2000 +0000

description:
libdes build bits, from cryptosrc-intl.

diffstat:

 lib/libdes/Makefile      |  28 ++++++++++++++++++++++++++++
 lib/libdes/shlib_version |   5 +++++
 2 files changed, 33 insertions(+), 0 deletions(-)

diffs (41 lines):

diff -r 47f31c8e998e -r 704066c7612a lib/libdes/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lib/libdes/Makefile       Sat Jun 17 01:08:24 2000 +0000
@@ -0,0 +1,28 @@
+#      $NetBSD: Makefile,v 1.1.1.1 2000/06/17 01:08:24 thorpej Exp $
+
+LIB=   des
+
+#.if (${MACHINE_ARCH} == "i386")
+#DES_ENC= asm/dx86-elf.cpp asm/yx86-elf.cpp
+#.else
+DES_ENC= des_enc.c fcrypt_b.c
+#.endif
+
+SRCS=  cbc_cksm.c cbc_enc.c  cfb64enc.c cfb_enc.c  \
+       ecb3_enc.c ecb_enc.c  enc_read.c enc_writ.c \
+       fcrypt.c ofb64enc.c ofb_enc.c  pcbc_enc.c \
+       qud_cksm.c rand_key.c read_pwd.c rpc_enc.c  set_key.c  \
+       $(DES_ENC) read2pwd.c \
+       fcrypt.c xcbc_enc.c \
+       str2key.c  cfb64ede.c ofb64ede.c supp.c ede_cbcm_enc.c
+
+CPPFLAGS+=     -D_POSIX_SOURCE -I. -I${.CURDIR}
+CPPFLAGS+=      -I${DIST}/openssl/crypto/des -I${DIST}/openssl/crypto
+
+DIST=          ${.CURDIR}/../../dist
+.PATH: ${DIST}/openssl/crypto/des ${DIST}/openssl/crypto ${DIST}/openssl
+
+INCS=  des.h 
+INCSDIR=/usr/include/openssl
+
+.include <bsd.lib.mk>
diff -r 47f31c8e998e -r 704066c7612a lib/libdes/shlib_version
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lib/libdes/shlib_version  Sat Jun 17 01:08:24 2000 +0000
@@ -0,0 +1,5 @@
+#      $NetBSD: shlib_version,v 1.1.1.1 2000/06/17 01:08:24 thorpej Exp $
+#      Remember to update distrib/sets/lists/base/shl.* when changing
+#
+major=3
+minor=0



Home | Main Index | Thread Index | Old Index