Source-Changes-HG archive

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

[src/trunk]: src/share/man Fix MKRUMP = no build



details:   https://anonhg.NetBSD.org/src/rev/377c5c6c47a9
branches:  trunk
changeset: 805019:377c5c6c47a9
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Dec 13 14:16:48 2014 +0000

description:
Fix MKRUMP = no build

diffstat:

 share/man/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 5a062b8586d3 -r 377c5c6c47a9 share/man/Makefile
--- a/share/man/Makefile        Sat Dec 13 02:53:08 2014 +0000
+++ b/share/man/Makefile        Sat Dec 13 14:16:48 2014 +0000
@@ -1,11 +1,14 @@
-#      $NetBSD: Makefile,v 1.33 2014/11/09 17:39:37 pooka Exp $
+#      $NetBSD: Makefile,v 1.34 2014/12/13 14:16:48 christos Exp $
 #      from: @(#)Makefile      8.2 (Berkeley) 4/16/94
 
 .include <bsd.own.mk>
 
 .if ${MKSHARE} != "no"
 SUBDIR=        man0 man1 man2 man3 man3lua man4 man5 man6 man7 man8 man9 man9lua
+
+.if ${MKRUMP} != "no"
 SUBDIR+=${.CURDIR}/../../sys/rump/share/man
+.endif
 
 WHATISDBDIR?=  /usr/share/man
 



Home | Main Index | Thread Index | Old Index