From b88c53e29ee7c9881f1f8b03980ebc0e21604de2 Mon Sep 17 00:00:00 2001 From: remko Date: Mon, 27 Aug 2007 20:01:08 +0000 Subject: [PATCH] Add WITHOUT_ZONEINFO to the build options and regenerate src.conf.5 Reminded by: ceri Approved by: re (bmah) Approved by: imp (mentor) --- share/man/man5/src.conf.5 | 5 ++++- tools/build/options/WITHOUT_ZONEINFO | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 tools/build/options/WITHOUT_ZONEINFO diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5 index 130490652ef7..69233f5dabe1 100644 --- a/share/man/man5/src.conf.5 +++ b/share/man/man5/src.conf.5 @@ -1,7 +1,7 @@ .\" DO NOT EDIT-- this file is automatically generated. .\" from FreeBSD: src/tools/build/options/makeman,v 1.6 2006/09/11 13:39:44 ru Exp .\" $FreeBSD$ -.Dd July 19, 2007 +.Dd August 27, 2007 .Dt SRC.CONF 5 .Os .Sh NAME @@ -564,6 +564,9 @@ protocols (usable only via 802.1X). .It Va WITHOUT_ZFS .\" from FreeBSD: src/tools/build/options/WITHOUT_ZFS,v 1.1 2007/04/06 02:13:30 pjd Exp Set to not build ZFS file system. +.It Va WITHOUT_ZONEINFO +.\" $FreeBSD$ +Set to not build the timezone database .El .Sh FILES .Bl -tag -compact diff --git a/tools/build/options/WITHOUT_ZONEINFO b/tools/build/options/WITHOUT_ZONEINFO new file mode 100644 index 000000000000..d6c1c9d9ca48 --- /dev/null +++ b/tools/build/options/WITHOUT_ZONEINFO @@ -0,0 +1,2 @@ +.\" $FreeBSD$ +Set to not build the timezone database