Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/rump_allserver rumpcrypto now comes as part of RUMPK...



details:   https://anonhg.NetBSD.org/src/rev/bf1e60ddf22a
branches:  trunk
changeset: 759323:bf1e60ddf22a
user:      pooka <pooka%NetBSD.org@localhost>
date:      Sun Dec 05 20:12:55 2010 +0000

description:
rumpcrypto now comes as part of RUMPKERNLDADD

diffstat:

 usr.bin/rump_allserver/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 0ca6ec9109dc -r bf1e60ddf22a usr.bin/rump_allserver/Makefile
--- a/usr.bin/rump_allserver/Makefile   Sun Dec 05 20:11:21 2010 +0000
+++ b/usr.bin/rump_allserver/Makefile   Sun Dec 05 20:12:55 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1 2010/12/05 17:37:33 pooka Exp $
+#      $NetBSD: Makefile,v 1.2 2010/12/05 20:12:55 pooka Exp $
 #
 
 PROG=  rump_allserver
@@ -12,6 +12,6 @@
 .include "${RUMPTOP}/net/Makefile.rumpnetcomp"
 
 LDADD+=        ${RUMPDEVLDADD} ${RUMPFSLDADD} ${RUMPKERNLDADD} ${RUMPNETLDADD}
-LDADD+= -lrumpcrypto -lrumpdev -lrumpvfs -lrumpnet -lrump -lrumpuser -lpthread
+LDADD+= -lrumpdev -lrumpvfs -lrumpnet -lrump -lrumpuser -lpthread
 
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index