summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-12-24 00:12:07 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-12-24 00:12:07 +0000
commit54bf7132d3b23ce5d59b66b48364f75c8631b03b (patch)
tree6b8a7c1583145505f2d51f2c52f75481b9e3b5cd
parent061d08978dd34cee291890366cec66a8e24066b0 (diff)
bye bye
-rw-r--r--lib/Makefile4
-rw-r--r--lib/libcrypt/Makefile9
-rw-r--r--lib/libcrypt/nothing.c6
-rw-r--r--lib/libcrypt/shlib_version2
4 files changed, 2 insertions, 19 deletions
diff --git a/lib/Makefile b/lib/Makefile
index b9d4f5d659e..37516710f64 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -1,7 +1,7 @@
-# $OpenBSD: Makefile,v 1.13 1996/11/15 09:25:21 downsj Exp $
+# $OpenBSD: Makefile,v 1.14 1996/12/24 00:12:03 deraadt Exp $
# $NetBSD: Makefile,v 1.20.4.1 1996/06/14 17:22:38 cgd Exp $
-SUBDIR= csu libarch libc libcom_err libcompat libcrypt libcurses libedit \
+SUBDIR= csu libarch libc libcom_err libcompat libcurses libedit \
libform libl libm libmenu libocurses libpanel libpcap libresolv \
librpcsvc libskey libss libtelnet libterm libtermlib libutil liby \
libz
diff --git a/lib/libcrypt/Makefile b/lib/libcrypt/Makefile
deleted file mode 100644
index 22b0431e4f7..00000000000
--- a/lib/libcrypt/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-# $NetBSD: Makefile,v 1.6 1995/02/19 12:18:56 cgd Exp $
-#
-# This library exists for compatibility with NetBSD.
-
-LIB= crypt
-
-SRCS= nothing.c
-
-.include <bsd.lib.mk>
diff --git a/lib/libcrypt/nothing.c b/lib/libcrypt/nothing.c
deleted file mode 100644
index 0c130039ac7..00000000000
--- a/lib/libcrypt/nothing.c
+++ /dev/null
@@ -1,6 +0,0 @@
-/*
- *
- * Absolutely nothing.
- * We no longer need libcrypt because crypt() is once again in libc
- *
- */
diff --git a/lib/libcrypt/shlib_version b/lib/libcrypt/shlib_version
deleted file mode 100644
index 1edea46de91..00000000000
--- a/lib/libcrypt/shlib_version
+++ /dev/null
@@ -1,2 +0,0 @@
-major=1
-minor=0