Module Name:    src
Committed By:   pooka
Date:           Mon Jan 17 18:05:52 UTC 2011

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

Log Message:
Add rump bits to DPSRCS so that update builds work correctly.


To generate a diff of this commit:
cvs rdiff -u -r1.256 -r1.257 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.256 src/share/mk/bsd.prog.mk:1.257
--- src/share/mk/bsd.prog.mk:1.256	Mon Dec 13 21:47:04 2010
+++ src/share/mk/bsd.prog.mk	Mon Jan 17 18:05:52 2011
@@ -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

Reply via email to