document MKCVS MKGCCCMDS MKPOSTFIX MKSENDMAIL MKUUCP
This commit is contained in:
parent
6d242d8a5e
commit
736517ca81
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: bsd.README,v 1.142 2004/01/02 16:12:36 lukem Exp $
|
||||
# $NetBSD: bsd.README,v 1.143 2004/01/03 01:06:55 lukem Exp $
|
||||
# @(#)bsd.README 8.2 (Berkeley) 4/2/94
|
||||
|
||||
This is the README file for the new make "include" files for the BSD
|
||||
|
@ -123,6 +123,9 @@ MKCRYPTO_MDC2 If not "no", MDC2 support will be built into libcrypto_mdc2.a
|
|||
MKCRYPTO_RC5 If not "no", RC5 support will be built into libcrypto_rc5.a.
|
||||
Default: no
|
||||
|
||||
MKCVS If "no", don't build or install cvs(1).
|
||||
Default: yes
|
||||
|
||||
MKDOC If "no", don't build or install the documentation.
|
||||
Default: yes
|
||||
|
||||
|
@ -131,11 +134,14 @@ MKDYNAMICROOT If "no", build programs in /bin and /sbin statically,
|
|||
install the shared linker into /libexec.
|
||||
Default: yes
|
||||
|
||||
MKGCC If "no", don't build gcc or any of the gcc-related
|
||||
MKGCC If "no", don't build gcc(1) or any of the gcc-related
|
||||
libraries (libg2c, libgcc, libobjc, libstdc++).
|
||||
Default: yes
|
||||
|
||||
MKGDB If "no", don't build gdb.
|
||||
MKGCCCMDS If "no", don't build gcc(1).
|
||||
Default: yes
|
||||
|
||||
MKGDB If "no", don't build gdb(1).
|
||||
Default: yes
|
||||
|
||||
MKHESIOD If "no", disables building of Hesiod infrastructure
|
||||
|
@ -211,9 +217,15 @@ MKPICLIB If "no", don't build *_pic.a libraries, and build the
|
|||
_pic.a library pointing to the .a library.
|
||||
Default: yes
|
||||
|
||||
MKPOSTFIX If "no", don't build or install postfix(1).
|
||||
Default: yes
|
||||
|
||||
MKPROFILE If "no", don't build or install the profiling (*_p.a) libraries.
|
||||
Default: yes
|
||||
|
||||
MKSENDMAIL If "no", don't build or install sendmail(8).
|
||||
Default: yes
|
||||
|
||||
MKSHARE If "no", act as "MKCATPAGES=no MKDOC=no MKHTML=no MKINFO=no
|
||||
MKMAN=no MKNLS=no".
|
||||
I.e, don't build catman pages, documentation, Info
|
||||
|
@ -244,6 +256,9 @@ MKUPDATE If not "no", 'make install' only installs targets that are
|
|||
installed counterparts.
|
||||
Default: no
|
||||
|
||||
MKUUCP If "no", don't build or install uucp(1).
|
||||
Default: yes
|
||||
|
||||
MKYP If "no", disables building of YP (NIS)
|
||||
infrastructure (libraries and support programs).
|
||||
Default: yes
|
||||
|
|
Loading…
Reference in New Issue