Module Name:    src
Committed By:   christos
Date:           Tue Oct 10 19:29:44 UTC 2017

Modified Files:
        src/share/mk: bsd.prog.mk

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


To generate a diff of this commit:
cvs rdiff -u -r1.307 -r1.308 src/share/mk/bsd.prog.mk

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

Modified files:

Index: src/share/mk/bsd.prog.mk
diff -u src/share/mk/bsd.prog.mk:1.307 src/share/mk/bsd.prog.mk:1.308
--- src/share/mk/bsd.prog.mk:1.307	Sun May 21 11:28:42 2017
+++ src/share/mk/bsd.prog.mk	Tue Oct 10 15:29:44 2017
@@ -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 @@ SRCS.rump.${PROG}=	${PROG}.c ${PROG}_rum
 .  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

Reply via email to