remove the MKSUBPIXEL/MKTTINTERP options; they're going away.

regenerate.
This commit is contained in:
mrg 2010-07-25 07:19:00 +00:00
parent 175d1b7510
commit a20af8d9db
2 changed files with 1 additions and 51 deletions

View File

@ -74,9 +74,6 @@ FILES
x11/ ``Reachover'' build structure for X11R6; the source is in
X11SRCDIR.
extsrc/ ``Reachover'' build structure for externally added programs
and libraries; the source is in EXTSRCSRCDIR.
Build tree layout
The NetBSD build tree is described in hier(7), and the release layout is
described in release(7).
@ -167,13 +164,6 @@ CONFIGURATION
Note: build.sh will provide a default of destdir.MACHINE (in
the top-level .OBJDIR) unless run in `expert' mode.
EXTSRCSRCDIR
Directory containing sources of externally added programs
and libraries. If specified, must be an absolute path.
Default: NETBSDRCDIR/../extsrc, if that exists; otherwise
/usr/extsrc.
MAKECONF The name of the make(1) configuration file. Only settable in
the process environment.
@ -222,11 +212,6 @@ CONFIGURATION
Default: ``yes''
MKEXTSRC Can be set to ``yes'' or ``no''. Indicates whether extsrc is
built from EXTSRCSRCDIR.
Default: ``no''
MKHTML Can be set to ``yes'' or ``no''. Indicates whether prefor-
matted HTML manual pages will be built and installed
@ -315,18 +300,6 @@ CONFIGURATION
Default: ``no''
MKSUBPIXEL Can be set to ``yes'' or ``no''. For X builds, decides if
subpixel rendering code in FreeType is turned on. Turned off
by default because of patent issues.
Default: ``no''
MKTTINTERP Can be set to ``yes'' or ``no''. For X builds, decides if
the TrueType bytecode interpreter is turned on. See
http://www.freetype.org/patents.html for details.
Default: ``no''
MKUNPRIVED Can be set to ``yes'' or ``no''. Indicates whether an
unprivileged install will occur. The user, group, permis-
sions, and file flags, will not be set on the installed
@ -889,13 +862,6 @@ BUILDING
-x Set MKX11=yes.
-Y extsrcsrc
Set the value of EXTSRCSRCDIR to extsrcsrc. If a relative path is
specified, it will be converted to an absolute path before
being used.
-y Set MKEXTSRC=yes.
-Z var Unset ("zap") the environment variable var. This is propagated
to the nbmake wrapper.

View File

@ -1,4 +1,4 @@
.\" $NetBSD: BUILDING.mdoc,v 1.80 2009/10/10 19:05:29 apb Exp $
.\" $NetBSD: BUILDING.mdoc,v 1.81 2010/07/25 07:19:00 mrg Exp $
.\"
.\" Copyright (c) 2001-2008 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -554,22 +554,6 @@ to include RCS IDs for use with
.Xr ident 1 .
.DFLTn
.
.It Sy MKSUBPIXEL
.YorN
For X builds, decides if subpixel rendering code in FreeType
is turned on.
Turned off by default because of patent issues.
.DFLTn
.
.It Sy MKTTINTERP
.YorN
For X builds, decides if the TrueType bytecode interpreter
is turned on.
See
.Pa http://www.freetype.org/patents.html
for details.
.DFLTn
.
.It Sy MKUNPRIVED
.YorN
Indicates whether an unprivileged install will occur.