Source-Changes-HG archive

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

[src/trunk]: src/lib/libroken Link libroken against libcrypt for crypt(3).



details:   https://anonhg.NetBSD.org/src/rev/80a3d533a145
branches:  trunk
changeset: 752211:80a3d533a145
user:      joerg <joerg%NetBSD.org@localhost>
date:      Fri Feb 19 17:57:06 2010 +0000

description:
Link libroken against libcrypt for crypt(3).

diffstat:

 lib/libroken/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r f5b4e5b2e3cf -r 80a3d533a145 lib/libroken/Makefile
--- a/lib/libroken/Makefile     Fri Feb 19 17:48:59 2010 +0000
+++ b/lib/libroken/Makefile     Fri Feb 19 17:57:06 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2008/07/20 16:25:35 veego Exp $
+# $NetBSD: Makefile,v 1.18 2010/02/19 17:57:06 joerg Exp $
 
 NOLINT=                # defined
 
@@ -12,7 +12,8 @@
 LIB=           roken
 
 .if ${OBJECT_FMT} == "ELF"
-LIBDPLIBS+= util ${.CURDIR}/../libutil
+LIBDPLIBS+=    util ${.CURDIR}/../libutil \
+               crypt ${.CURDIR}/../libcrypt
 .else
 .PATH: ${NETBSDSRCDIR}/lib/libutil
 SRCS+= efun.c



Home | Main Index | Thread Index | Old Index