libcrypt went away a while back
authorderaadt <deraadt@openbsd.org>
Sun, 9 Feb 1997 16:41:50 +0000 (16:41 +0000)
committerderaadt <deraadt@openbsd.org>
Sun, 9 Feb 1997 16:41:50 +0000 (16:41 +0000)
share/mk/bsd.README
share/mk/bsd.prog.mk

index 74e64fd..90fb543 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: bsd.README,v 1.12 1996/11/24 03:05:02 niklas Exp $
+#      $OpenBSD: bsd.README,v 1.13 1997/02/09 16:41:50 deraadt Exp $
 #      $NetBSD: bsd.README,v 1.17 1996/04/13 02:08:08 thorpej Exp $
 #      @(#)bsd.README  5.1 (Berkeley) 5/11/90
 
@@ -287,7 +287,6 @@ DPADD               Additional dependencies for the program.  Usually used for
 
                        LIBC            /lib/libc.a
                        LIBCOMPAT       /usr/lib/libcompat.a
-                       LIBCRYPT        /usr/lib/libcrypt.a
                        LIBCURSES       /usr/lib/libcurses.a
                        LIBDBM          /usr/lib/libdbm.a
                        LIBDES          /usr/lib/libdes.a
@@ -304,6 +303,7 @@ DPADD               Additional dependencies for the program.  Usually used for
                        LIBTERMCAP      /usr/lib/libtermcap.a
                        LIBTERMLIB      /usr/lib/libtermlib.a
                        LIBUTIL         /usr/lib/libutil.a
+                       LIBZ            /usr/lib/libz.a
 
 SHAREDSTRINGS  If defined, a new .c.o rule is used that results in shared
                strings, using xstr(1). Note that this will not work with
index dde7825..fd5912f 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: bsd.prog.mk,v 1.9 1997/02/09 16:11:15 mickey Exp $
+#      $OpenBSD: bsd.prog.mk,v 1.10 1997/02/09 16:41:50 deraadt Exp $
 #      $NetBSD: bsd.prog.mk,v 1.55 1996/04/08 21:19:26 jtc Exp $
 #      @(#)bsd.prog.mk 5.26 (Berkeley) 6/25/91
 
@@ -20,7 +20,6 @@ CRTEND?=         ${DESTDIR}/usr/lib/crtend.o
 LIBCRT0?=      ${DESTDIR}/usr/lib/crt0.o
 LIBC?=         ${DESTDIR}/usr/lib/libc.a
 LIBCOMPAT?=    ${DESTDIR}/usr/lib/libcompat.a
-LIBCRYPT?=     ${DESTDIR}/usr/lib/libcrypt.a
 LIBCURSES?=    ${DESTDIR}/usr/lib/libcurses.a
 LIBDBM?=       ${DESTDIR}/usr/lib/libdbm.a
 LIBDES?=       ${DESTDIR}/usr/lib/libdes.a