bye bye
authorderaadt <deraadt@openbsd.org>
Tue, 24 Dec 1996 00:12:03 +0000 (00:12 +0000)
committerderaadt <deraadt@openbsd.org>
Tue, 24 Dec 1996 00:12:03 +0000 (00:12 +0000)
lib/Makefile
lib/libcrypt/Makefile [deleted file]
lib/libcrypt/nothing.c [deleted file]
lib/libcrypt/shlib_version [deleted file]

index b9d4f5d..3751671 100644 (file)
@@ -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 (file)
index 22b0431..0000000
+++ /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 (file)
index 0c13003..0000000
+++ /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 (file)
index 1edea46..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-major=1
-minor=0