Source-Changes-HG archive

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

[src/trunk]: src/share/mk Add general {DP,LD}ADD.rump variables



details:   https://anonhg.NetBSD.org/src/rev/8a7e237a9c0e
branches:  trunk
changeset: 827054:8a7e237a9c0e
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Oct 10 19:29:44 2017 +0000

description:
Add general {DP,LD}ADD.rump variables

diffstat:

 share/mk/bsd.prog.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r d2cc146e76aa -r 8a7e237a9c0e share/mk/bsd.prog.mk
--- a/share/mk/bsd.prog.mk      Tue Oct 10 19:29:22 2017 +0000
+++ b/share/mk/bsd.prog.mk      Tue Oct 10 19:29:44 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.prog.mk,v 1.307 2017/05/21 15:28:42 riastradh Exp $
+#      $NetBSD: bsd.prog.mk,v 1.308 2017/10/10 19:29:44 christos Exp $
 #      @(#)bsd.prog.mk 8.2 (Berkeley) 4/2/94
 
 .ifndef HOSTPROG
@@ -348,8 +348,8 @@
 .  endif
 .   if (${MKRUMP} != "no")
 DPSRCS+=               ${PROG}_rumpops.c ${RUMPSRCS}
-LDADD.rump.${PROG}+=   -lrumpclient
-DPADD.rump.${PROG}+=   ${LIBRUMPCLIENT}
+LDADD.rump.${PROG}+=   ${LDADD.rump} -lrumpclient
+DPADD.rump.${PROG}+=   ${DPADD.rump} ${LIBRUMPCLIENT}
 MAN.rump.${PROG}=      # defined but feeling empty
 _RUMPINSTALL.rump.${PROG}=# defined
 .   endif



Home | Main Index | Thread Index | Old Index