Current-Users archive

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

rump manpages



I needed the following to get a build to work with MKRUMP=no

Could someone test a default build ? I don't have the disk space on my
laptop to try it myself.

Robert Swindells

Index: share/man/man3/Makefile
===================================================================
RCS file: /cvsroot/src/sys/rump/share/man/man3/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- share/man/man3/Makefile     9 Nov 2014 17:39:38 -0000       1.1
+++ share/man/man3/Makefile     16 Nov 2014 16:27:00 -0000
@@ -1,5 +1,9 @@
 #      $NetBSD: Makefile,v 1.1 2014/11/09 17:39:38 pooka Exp $

+.include <bsd.own.mk>
+
+.if ${MKRUMP} != "no"
 MAN=   rumpuser.3
+.endif

 .include <bsd.man.mk>
Index: share/man/man7/Makefile
===================================================================
RCS file: /cvsroot/src/sys/rump/share/man/man7/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- share/man/man7/Makefile     9 Nov 2014 17:39:38 -0000       1.1
+++ share/man/man7/Makefile     16 Nov 2014 16:27:00 -0000
@@ -1,5 +1,9 @@
 #      $NetBSD: Makefile,v 1.1 2014/11/09 17:39:38 pooka Exp $

+.include <bsd.own.mk>
+
+.if ${MKRUMP} != "no"
 MAN=   rump_sp.7
+.endif

 .include <bsd.man.mk>




Home | Main Index | Thread Index | Old Index