From 0e4ac962b57a6a7a3c6eceb6c95ca02bb57942ff Mon Sep 17 00:00:00 2001 From: joerg Date: Wed, 12 Jan 2011 23:03:55 +0000 Subject: [PATCH] Remove NOMANDOC, the documents are at least parsed somewhat sensible. --- gnu/usr.bin/groff/Makefile.inc | 4 +--- lib/libm/Makefile | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/gnu/usr.bin/groff/Makefile.inc b/gnu/usr.bin/groff/Makefile.inc index 4b157eddca03..50d5631717f2 100644 --- a/gnu/usr.bin/groff/Makefile.inc +++ b/gnu/usr.bin/groff/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.18 2009/10/23 23:23:56 joerg Exp $ +# $NetBSD: Makefile.inc,v 1.19 2011/01/12 23:03:55 joerg Exp $ # $FreeBSD: src/gnu/usr.bin/groff/Makefile.inc,v 2.7 2003/05/01 13:22:18 ru Exp $ @@ -163,5 +163,3 @@ GROFF_DIST= ${NETBSDSRCDIR}/gnu/dist/groff DIST_SUBDIR?= ${.CURDIR:T} DIST_DIR= ${GROFF_DIST}/${DIST_SUBDIR} .PATH: ${DIST_DIR} - -NOMANDOC= yes diff --git a/lib/libm/Makefile b/lib/libm/Makefile index dcf3d1343ed9..3c3de53b99ac 100644 --- a/lib/libm/Makefile +++ b/lib/libm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.100 2011/01/09 02:32:13 jakllsch Exp $ +# $NetBSD: Makefile,v 1.101 2011/01/12 23:03:56 joerg Exp $ # # @(#)Makefile 5.1beta 93/09/24 # @@ -271,8 +271,6 @@ MLINKS+=fmax.3 fminf.3 MLINKS+=fdim.3 fdiml.3 MLINKS+=fdim.3 fdimf.3 -NOMANDOC= yes - .if (${MKCOMPLEX} != "no") .include "${.CURDIR}/complex/Makefile.inc" .endif