Source-Changes-HG archive

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

[src/trunk]: src/lib/libss libss uses strupr from libroken, so depend on that.



details:   https://anonhg.NetBSD.org/src/rev/f5b4e5b2e3cf
branches:  trunk
changeset: 752210:f5b4e5b2e3cf
user:      joerg <joerg%NetBSD.org@localhost>
date:      Fri Feb 19 17:48:59 2010 +0000

description:
libss uses strupr from libroken, so depend on that.

diffstat:

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

diffs (19 lines):

diff -r 3f6d08769cf3 -r f5b4e5b2e3cf lib/libss/Makefile
--- a/lib/libss/Makefile        Fri Feb 19 16:35:27 2010 +0000
+++ b/lib/libss/Makefile        Fri Feb 19 17:48:59 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2010/02/03 15:34:43 roy Exp $
+# $NetBSD: Makefile,v 1.9 2010/02/19 17:48:59 joerg Exp $
 
 USE_FORT?= yes # network protocol library
 
@@ -15,7 +15,8 @@
 
 LIBDPLIBS+=    edit ${.CURDIR}/../libedit \
                terminfo ${.CURDIR}/../libterminfo \
-               com_err ${.CURDIR}/../libcom_err
+               com_err ${.CURDIR}/../libcom_err \
+               roken ${.CURDIR}/../libroken
 
 SRCS=          sl.c ss.c
 INCS=          ss.h



Home | Main Index | Thread Index | Old Index