From 886a1acd28d636f351bec76cdf88b4ed63d20955 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 19 Mar 2004 12:34:39 +0000 Subject: [PATCH] Document MKTTINTERP. --- BUILDING | 6 ++++++ doc/BUILDING.mdoc | 11 ++++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/BUILDING b/BUILDING index bf55a0c5a1c1..2f37661515a4 100644 --- a/BUILDING +++ b/BUILDING @@ -247,6 +247,12 @@ CONFIGURATION Default: ``yes'' + 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 item; diff --git a/doc/BUILDING.mdoc b/doc/BUILDING.mdoc index c672c9133fa0..d51b0c0fa032 100644 --- a/doc/BUILDING.mdoc +++ b/doc/BUILDING.mdoc @@ -1,4 +1,4 @@ -.\" $NetBSD: BUILDING.mdoc,v 1.34 2004/02/06 23:22:44 lukem Exp $ +.\" $NetBSD: BUILDING.mdoc,v 1.35 2004/03/19 12:34:40 wiz Exp $ .\" .\" Copyright (c) 2001-2004 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -458,6 +458,15 @@ will be set to unconditionally. .DFLTy . +.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.