<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>d0b2dbfa - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/sysctl/Makefile#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/sbin/sysctl/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:55:03 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0c428864 - sysctl: tests: fix a couple issues</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/sysctl/Makefile#0c428864</link>
        <description>sysctl: tests: fix a couple issuesThe function that sets test case metadata is actually named ${tc}_headrather than ${tc}, so add the suffix.While we&apos;re here, hook the tests up to the infrastructure so that theydo get run.Sponsored by:	Klara, Inc.

            List of files:
            /freebsd-14.2/sbin/sysctl/Makefile</description>
        <pubDate>Wed, 01 Mar 2023 20:35:52 +0000</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>40557b99 - Move sysctl.conf to sbin/sysctl/ and switch to CONFS.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/sysctl/Makefile#40557b99</link>
        <description>Move sysctl.conf to sbin/sysctl/ and switch to CONFS.This helps with pkgbase to tag this config file as a config file.Approved by:	allanjude (mentor), will (mentor)Differential Revision:	https://reviews.freebsd.org/D16559

            List of files:
            /freebsd-14.2/sbin/sysctl/Makefile</description>
        <pubDate>Sat, 11 Aug 2018 13:28:03 +0000</pubDate>
        <dc:creator>Brad Davis &lt;brd@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>406d87b1 - Explicitly add more files to the &apos;runtime&apos; package.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/sysctl/Makefile#406d87b1</link>
        <description>Explicitly add more files to the &apos;runtime&apos; package.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-14.2/sbin/sysctl/Makefile</description>
        <pubDate>Tue, 09 Feb 2016 20:19:31 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>478290db - Check in first src/tests snapshot from NetBSD anoncvs</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/sysctl/Makefile#478290db</link>
        <description>Check in first src/tests snapshot from NetBSD anoncvsSources were obtained like so:% export CVSROOT=&quot;anoncvs@anoncvs.NetBSD.org:/cvsroot&quot;% cvs -z9 co -D &quot;09/30/2014 20:45&quot; -P src/tests% mv src/tests/* tests/dist/.&apos;*CVS*&apos; has been added to svn:ignore to ease updating periodically fromupstreamSome line ending issues had to be resolved with test outputs and scriptsvia dos2unix and by deleting the eol-style property set in usr.bin/sortDiscussed with: rpauloSponsored by: EMC / Isilon Storage Division

            List of files:
            /freebsd-14.2/sbin/sysctl/Makefile</description>
        <pubDate>Wed, 01 Oct 2014 04:07:17 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6d7a8f6c - sysctl(8): make WARNS=3 clean</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/sysctl/Makefile#6d7a8f6c</link>
        <description>sysctl(8): make WARNS=3 cleanFixes inspired by work done in DragonflyBSD.PR:		bin/140016Approved by:	ed (Co-mentor)

            List of files:
            /freebsd-14.2/sbin/sysctl/Makefile</description>
        <pubDate>Mon, 15 Feb 2010 14:08:06 +0000</pubDate>
        <dc:creator>Ulrich Sp&#246;rlein &lt;uqs@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>604d24db - style.Makefile(5):</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/sysctl/Makefile#604d24db</link>
        <description>style.Makefile(5):	Use WARNS?= instead of WARNS=.

            List of files:
            /freebsd-14.2/sbin/sysctl/Makefile</description>
        <pubDate>Mon, 23 Feb 2004 20:25:27 +0000</pubDate>
        <dc:creator>Johan Karlsson &lt;johan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2d68bf45 - Default to WARNS=2.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/sysctl/Makefile#2d68bf45</link>
        <description>Default to WARNS=2.Binary builds that cannot handle this must explicitly set WARNS=0.Reviewed by:	mike

            List of files:
            /freebsd-14.2/sbin/sysctl/Makefile</description>
        <pubDate>Tue, 04 Dec 2001 02:19:58 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0a5779d4 - - Backout botched attempt to introduce MANSECT feature.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/sysctl/Makefile#0a5779d4</link>
        <description>- Backout botched attempt to introduce MANSECT feature.- MAN[1-9] -&gt; MAN.

            List of files:
            /freebsd-14.2/sbin/sysctl/Makefile</description>
        <pubDate>Mon, 26 Mar 2001 14:33:27 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fe655281 - Set the default manual section for sbin/ to 8.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/sysctl/Makefile#fe655281</link>
        <description>Set the default manual section for sbin/ to 8.

            List of files:
            /freebsd-14.2/sbin/sysctl/Makefile</description>
        <pubDate>Tue, 20 Mar 2001 18:13:31 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7f3dea24 - $Id$ -&gt; $FreeBSD$</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/sysctl/Makefile#7f3dea24</link>
        <description>$Id$ -&gt; $FreeBSD$

            List of files:
            /freebsd-14.2/sbin/sysctl/Makefile</description>
        <pubDate>Sat, 28 Aug 1999 00:22:10 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ce68c992 - Move sysctl/ to src/sbin/ where it now belongs.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/sysctl/Makefile#ce68c992</link>
        <description>Move sysctl/ to src/sbin/ where it now belongs.Repository copied by:	Peter

            List of files:
            /freebsd-14.2/sbin/sysctl/Makefile</description>
        <pubDate>Mon, 10 May 1999 10:17:22 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5ce43a5e - Install sysctl in /sbin.  It is used in some cases in network_pass1(),</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/sysctl/Makefile#5ce43a5e</link>
        <description>Install sysctl in /sbin.  It is used in some cases in network_pass1(),before /usr is mounted if /usr has type nfs.

            List of files:
            /freebsd-14.2/sbin/sysctl/Makefile</description>
        <pubDate>Thu, 18 Dec 1997 15:34:08 +0000</pubDate>
        <dc:creator>Bruce Evans &lt;bde@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>84e59eb5 - Get rid of update.  Make man page installation work with our scheme</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/sysctl/Makefile#84e59eb5</link>
        <description>Get rid of update.  Make man page installation work with our scheme(and rename a few in the process).

            List of files:
            /freebsd-14.2/sbin/sysctl/Makefile</description>
        <pubDate>Fri, 05 Aug 1994 16:31:05 +0000</pubDate>
        <dc:creator>Garrett Wollman &lt;wollman@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dea673e9 - BSD 4.4 Lite usr.sbin Sources</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/sysctl/Makefile#dea673e9</link>
        <description>BSD 4.4 Lite usr.sbin Sources

            List of files:
            /freebsd-14.2/sbin/sysctl/Makefile</description>
        <pubDate>Thu, 26 May 1994 05:23:31 +0000</pubDate>
        <dc:creator>Rodney W. Grimes &lt;rgrimes@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
