don't bother supporting NOINFO (since it's a new thing); just support MKINFO=no

fix description of MKSHARE=no
This commit is contained in:
lukem 1999-02-13 03:04:09 +00:00
parent dcab0210a0
commit 6077e7c1f5
2 changed files with 5 additions and 8 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: bsd.README,v 1.47 1999/02/12 15:10:22 tv Exp $
# $NetBSD: bsd.README,v 1.48 1999/02/13 03:04:09 lukem Exp $
# @(#)bsd.README 8.2 (Berkeley) 4/2/94
This is the README file for the new make "include" files for the BSD
@ -94,8 +94,9 @@ MKPICINSTALL If "no", don't install the *_pic.a libraries.
MKPROFILE If "no", don't build or install the profiling libraries.
MKSHARE If "no", act as "MKCATPAGES=no MKDOC=no MKMAN=no MKNLS=no".
I.e, don't build documentation, man pages, NLS files, etc.
MKSHARE If "no", act as "MKCATPAGES=no MKDOC=no MKINFO=no MKMAN=no
MKNLS=no". I.e, don't build catman pages, documentation,
Info documentation, man pages, NLS files, ...
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

View File

@ -1,4 +1,4 @@
# $NetBSD: bsd.own.mk,v 1.118 1999/02/12 15:01:08 tv Exp $
# $NetBSD: bsd.own.mk,v 1.119 1999/02/13 03:04:12 lukem Exp $
.if !defined(_BSD_OWN_MK_)
_BSD_OWN_MK_=1
@ -181,11 +181,7 @@ MKDOC=no
MKDOC?=yes
.endif
.if defined(NOINFO)
MKINFO=no
.else
MKINFO?=yes
.endif
.if defined(NOLINKLIB)
MKLINKLIB=no