Source-Changes-HG archive

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

[src/trunk]: src/tests/net/if Fix LDADD.t_compat



details:   https://anonhg.NetBSD.org/src/rev/85e008002c2a
branches:  trunk
changeset: 334822:85e008002c2a
user:      ozaki-r <ozaki-r%NetBSD.org@localhost>
date:      Mon Dec 08 07:34:31 2014 +0000

description:
Fix LDADD.t_compat

This unbreaks the build.

diffstat:

 tests/net/if/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r e67209d5385b -r 85e008002c2a tests/net/if/Makefile
--- a/tests/net/if/Makefile     Mon Dec 08 07:18:45 2014 +0000
+++ b/tests/net/if/Makefile     Mon Dec 08 07:34:31 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2014/12/08 04:23:03 ozaki-r Exp $
+# $NetBSD: Makefile,v 1.4 2014/12/08 07:34:31 ozaki-r Exp $
 #
 
 .include <bsd.own.mk>
@@ -12,7 +12,7 @@
 MAN.ifconf=    # empty
 BINDIR.ifconf= ${TESTSDIR}
 
-LDADD.t_compat=        -lrumpnet_shmif -lrumpnet_netinet -lrumpnet_net -lrumpnet -lrump
-LDADD.t_compat=        -lrumpuser -lrump -lpthread
+LDADD.t_compat=                -lrumpnet_shmif -lrumpnet_netinet -lrumpnet_net -lrumpnet -lrump
+LDADD.t_compat+=       -lrumpuser -lrump -lpthread
 
 .include <bsd.test.mk>



Home | Main Index | Thread Index | Old Index