Module Name: src
Committed By: joerg
Date: Fri Feb 19 17:48:59 UTC 2010
Modified Files:
src/lib/libss: Makefile
Log Message:
libss uses strupr from libroken, so depend on that.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/lib/libss/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libss/Makefile
diff -u src/lib/libss/Makefile:1.8 src/lib/libss/Makefile:1.9
--- src/lib/libss/Makefile:1.8 Wed Feb 3 15:34:43 2010
+++ src/lib/libss/Makefile Fri Feb 19 17:48:59 2010
@@ -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