Source-Changes-HG archive

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

[src/trunk]: src/lib/librumpuser Don't install rumpuser.h here.



details:   https://anonhg.NetBSD.org/src/rev/9c68750bc95d
branches:  trunk
changeset: 333309:9c68750bc95d
user:      pooka <pooka%NetBSD.org@localhost>
date:      Tue Oct 28 23:48:03 2014 +0000

description:
Don't install rumpuser.h here.

It's already installed by the rump kernel build (sys/rump/include/rump)

diffstat:

 lib/librumpuser/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c36e30b0914c -r 9c68750bc95d lib/librumpuser/Makefile
--- a/lib/librumpuser/Makefile  Tue Oct 28 22:39:25 2014 +0000
+++ b/lib/librumpuser/Makefile  Tue Oct 28 23:48:03 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.21 2014/07/22 22:41:58 justin Exp $
+#      $NetBSD: Makefile,v 1.22 2014/10/28 23:48:03 pooka Exp $
 #
 
 .include <bsd.own.mk>
@@ -50,7 +50,7 @@
 SRCS+=         rumpuser_dl.c rumpuser_daemonize.c
 
 INCSDIR=       /usr/include/rump
-INCS=          rumpuser.h rumpuser_component.h rumpuser_port.h
+INCS=          rumpuser_component.h rumpuser_port.h
 
 MAN=           rumpuser.3
 



Home | Main Index | Thread Index | Old Index