Module Name:    src
Committed By:   ozaki-r
Date:           Mon Dec  8 07:34:31 UTC 2014

Modified Files:
        src/tests/net/if: Makefile

Log Message:
Fix LDADD.t_compat

This unbreaks the build.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/net/if/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/net/if/Makefile
diff -u src/tests/net/if/Makefile:1.3 src/tests/net/if/Makefile:1.4
--- src/tests/net/if/Makefile:1.3	Mon Dec  8 04:23:03 2014
+++ src/tests/net/if/Makefile	Mon Dec  8 07:34:31 2014
@@ -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 @@ PROGS=		ifconf
 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>

Reply via email to