diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-18 08:53:40 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-18 08:53:40 +0000 |
commit | d6583bb2a13f329cf0332ef2570eb8bb8fc0e39c (patch) | |
tree | ece253b876159b39c620e62b6c9b1174642e070e /lib/libcrypt |
initial import of NetBSD tree
Diffstat (limited to 'lib/libcrypt')
-rw-r--r-- | lib/libcrypt/Makefile | 15 | ||||
-rw-r--r-- | lib/libcrypt/shlib_version | 2 |
2 files changed, 17 insertions, 0 deletions
diff --git a/lib/libcrypt/Makefile b/lib/libcrypt/Makefile new file mode 100644 index 00000000000..e77e2dd7701 --- /dev/null +++ b/lib/libcrypt/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.6 1995/02/19 12:18:56 cgd Exp $ +# +# This directory contains an implementation of crypt(3) and associated +# routines. They have been modified so that decryption is no longer possible, +# and thus are exportable. They were taken from the 4.4BSD-Lite foreign +# distribution. + +LIB= crypt + +SRCS= crypt.c + +MAN= crypt.3 +MLINKS= crypt.3 encrypt.3 crypt.3 setkey.3 + +.include <bsd.lib.mk> diff --git a/lib/libcrypt/shlib_version b/lib/libcrypt/shlib_version new file mode 100644 index 00000000000..97c9f92d6b8 --- /dev/null +++ b/lib/libcrypt/shlib_version @@ -0,0 +1,2 @@ +major=0 +minor=0 |