Module Name:    src
Committed By:   christos
Date:           Sat Dec 13 14:16:48 UTC 2014

Modified Files:
        src/share/man: Makefile

Log Message:
Fix MKRUMP = no build


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/share/man/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/Makefile
diff -u src/share/man/Makefile:1.33 src/share/man/Makefile:1.34
--- src/share/man/Makefile:1.33	Sun Nov  9 12:39:37 2014
+++ src/share/man/Makefile	Sat Dec 13 09:16:48 2014
@@ -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
 

Reply via email to