Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 May 2010 15:51:36 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org
Subject:   svn commit: r208540 - stable/7/tools/build/options
Message-ID:  <201005251551.o4PFpa3W067461@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jkim
Date: Tue May 25 15:51:36 2010
New Revision: 208540
URL: http://svn.freebsd.org/changeset/base/208540

Log:
  MFC:	r183305, r183306
  
  Add mission options.

Added:
  stable/7/tools/build/options/WITHOUT_BSNMP
     - copied unchanged from r183306, head/tools/build/options/WITHOUT_BSNMP
  stable/7/tools/build/options/WITHOUT_FLOPPY
     - copied unchanged from r183306, head/tools/build/options/WITHOUT_FLOPPY
  stable/7/tools/build/options/WITHOUT_NETGRAPH_SUPPORT
     - copied unchanged from r183305, head/tools/build/options/WITHOUT_NETGRAPH_SUPPORT
  stable/7/tools/build/options/WITHOUT_WIRELESS_SUPPORT
     - copied unchanged from r183305, head/tools/build/options/WITHOUT_WIRELESS_SUPPORT
Modified:
Directory Properties:
  stable/7/tools/build/options/   (props changed)

Copied: stable/7/tools/build/options/WITHOUT_BSNMP (from r183306, head/tools/build/options/WITHOUT_BSNMP)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ stable/7/tools/build/options/WITHOUT_BSNMP	Tue May 25 15:51:36 2010	(r208540, copy of r183306, head/tools/build/options/WITHOUT_BSNMP)
@@ -0,0 +1,4 @@
+.\" $FreeBSD$
+Set to not build or install
+.Xr bsnmpd 1
+and related libraries and data files.

Copied: stable/7/tools/build/options/WITHOUT_FLOPPY (from r183306, head/tools/build/options/WITHOUT_FLOPPY)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ stable/7/tools/build/options/WITHOUT_FLOPPY	Tue May 25 15:51:36 2010	(r208540, copy of r183306, head/tools/build/options/WITHOUT_FLOPPY)
@@ -0,0 +1,3 @@
+.\" $FreeBSD$
+Set to not build or install programs 
+for operating floppy disk driver.

Copied: stable/7/tools/build/options/WITHOUT_NETGRAPH_SUPPORT (from r183305, head/tools/build/options/WITHOUT_NETGRAPH_SUPPORT)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ stable/7/tools/build/options/WITHOUT_NETGRAPH_SUPPORT	Tue May 25 15:51:36 2010	(r208540, copy of r183305, head/tools/build/options/WITHOUT_NETGRAPH_SUPPORT)
@@ -0,0 +1,2 @@
+.\" $FreeBSD$
+Set to build libraries, programs, and kernel modules without netgraph support.

Copied: stable/7/tools/build/options/WITHOUT_WIRELESS_SUPPORT (from r183305, head/tools/build/options/WITHOUT_WIRELESS_SUPPORT)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ stable/7/tools/build/options/WITHOUT_WIRELESS_SUPPORT	Tue May 25 15:51:36 2010	(r208540, copy of r183305, head/tools/build/options/WITHOUT_WIRELESS_SUPPORT)
@@ -0,0 +1,3 @@
+.\" $FreeBSD$
+Set to build libraries, programs, and kernel modules without
+802.11 wireless support.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005251551.o4PFpa3W067461>