Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Add rump bits to DPSRCS so that update builds work ...
details: https://anonhg.NetBSD.org/src/rev/aff86c06bc38
branches: trunk
changeset: 760952:aff86c06bc38
user: pooka <pooka%NetBSD.org@localhost>
date: Mon Jan 17 18:05:52 2011 +0000
description:
Add rump bits to DPSRCS so that update builds work correctly.
diffstat:
share/mk/bsd.prog.mk | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r b0eb8724ffe2 -r aff86c06bc38 share/mk/bsd.prog.mk
--- a/share/mk/bsd.prog.mk Mon Jan 17 17:32:11 2011 +0000
+++ b/share/mk/bsd.prog.mk Mon Jan 17 18:05:52 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prog.mk,v 1.256 2010/12/13 21:47:04 pooka Exp $
+# $NetBSD: bsd.prog.mk,v 1.257 2011/01/17 18:05:52 pooka Exp $
# @(#)bsd.prog.mk 8.2 (Berkeley) 4/2/94
.ifndef HOSTPROG
@@ -220,6 +220,7 @@
SRCS= ${PROG}.c ${PROG}_hostops.c
SRCS.rump.${PROG}= ${PROG}.c ${PROG}_rumpops.c ${RUMPSRCS}
. endif
+DPSRCS+= ${PROG}_rumpops.c ${RUMPSRCS}
LDADD.rump.${PROG}+= -lrumpclient
DPADD.rump.${PROG}+= ${LIBRUMPCLIENT}
MAN.rump.${PROG}= # defined but feeling empty
Home |
Main Index |
Thread Index |
Old Index