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:
parent
dcab0210a0
commit
6077e7c1f5
|
@ -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
|
# @(#)bsd.README 8.2 (Berkeley) 4/2/94
|
||||||
|
|
||||||
This is the README file for the new make "include" files for the BSD
|
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.
|
MKPROFILE If "no", don't build or install the profiling libraries.
|
||||||
|
|
||||||
MKSHARE If "no", act as "MKCATPAGES=no MKDOC=no MKMAN=no MKNLS=no".
|
MKSHARE If "no", act as "MKCATPAGES=no MKDOC=no MKINFO=no MKMAN=no
|
||||||
I.e, don't build documentation, man pages, NLS files, etc.
|
MKNLS=no". I.e, don't build catman pages, documentation,
|
||||||
|
Info documentation, man pages, NLS files, ...
|
||||||
|
|
||||||
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
|
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
|
||||||
|
|
||||||
|
|
|
@ -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_)
|
.if !defined(_BSD_OWN_MK_)
|
||||||
_BSD_OWN_MK_=1
|
_BSD_OWN_MK_=1
|
||||||
|
@ -181,11 +181,7 @@ MKDOC=no
|
||||||
MKDOC?=yes
|
MKDOC?=yes
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if defined(NOINFO)
|
|
||||||
MKINFO=no
|
|
||||||
.else
|
|
||||||
MKINFO?=yes
|
MKINFO?=yes
|
||||||
.endif
|
|
||||||
|
|
||||||
.if defined(NOLINKLIB)
|
.if defined(NOLINKLIB)
|
||||||
MKLINKLIB=no
|
MKLINKLIB=no
|
||||||
|
|
Loading…
Reference in New Issue