<?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>031beb4e - sys: Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/netgraph/mppc/Makefile#031beb4e</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/sys/modules/netgraph/mppc/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:54:58 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>193d9e76 - sys/modules: normalize .CURDIR-relative paths to SRCTOP</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/netgraph/mppc/Makefile#193d9e76</link>
        <description>sys/modules: normalize .CURDIR-relative paths to SRCTOPThis simplifies make output/logicTested with:	`cd sys/modules; make ALL_MODULES=` on amd64MFC after:	1 monthSponsored by:	Dell EMC Isilon

            List of files:
            /freebsd-14.2/sys/modules/netgraph/mppc/Makefile</description>
        <pubDate>Sat, 04 Mar 2017 10:10:17 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c3fb4252 - ng_mppc(4): Bring netgraph(3) MPPC compression support.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/netgraph/mppc/Makefile#c3fb4252</link>
        <description>ng_mppc(4): Bring netgraph(3) MPPC compression support.Support for compression has been available from July 2007 but itwas never imported due to concerns with patents once held bySTAC/HiFn. The issues have clearly been resolved so bring itin now.Special thanks to Brett Glass for preserving the code andpointing documentation for the expiration case.Obtained from:	mav (through Brett Glass)Relnotes:	yesMFC after:	2 weeksDifferential Revision:	https://reviews.freebsd.org/D6739

            List of files:
            /freebsd-14.2/sys/modules/netgraph/mppc/Makefile</description>
        <pubDate>Tue, 07 Jun 2016 15:07:00 +0000</pubDate>
        <dc:creator>Pedro F. Giffuni &lt;pfg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8b3ae668 - Don&apos;t use touch when what is really meant is :&gt; (create an empty file, or</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/netgraph/mppc/Makefile#8b3ae668</link>
        <description>Don&apos;t use touch when what is really meant is :&gt; (create an empty file, ortruncate it if it exists) or :&gt;&gt; (ensure the file exists, but don&apos;t changeit if it already does)Reviewed by:	ruMFC after:	2 weeks

            List of files:
            /freebsd-14.2/sys/modules/netgraph/mppc/Makefile</description>
        <pubDate>Mon, 14 Aug 2006 13:28:53 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>82292344 - Let modules use the kernel&apos;s opt_*.h files if built along with</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/netgraph/mppc/Makefile#82292344</link>
        <description>Let modules use the kernel&apos;s opt_*.h files if built along withthe kernel by wrapping all targets for fake opt_*.h files in.if defined(KERNBUILDDIR).  Thus, such fake files won&apos;t becreated at all if modules are built with the kernel.Some modules undergo cleanup like removing unused or unneededoptions or .h files, without which they wouldn&apos;t build this wayor the other.Reviewed by:	ruTested by:	no binary changes in modules built aloneTested on:	i386 sparc64 amd64

            List of files:
            /freebsd-14.2/sys/modules/netgraph/mppc/Makefile</description>
        <pubDate>Fri, 14 Oct 2005 23:30:17 +0000</pubDate>
        <dc:creator>Yaroslav Tykhiy &lt;ytykhiy@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>233896e9 - Take the rc4 code out of ng_mppc module so we don&apos;t fail to load when</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/netgraph/mppc/Makefile#233896e9</link>
        <description>Take the rc4 code out of ng_mppc module so we don&apos;t fail to load whenwe have the rc4 code already in the kernel (via wlan stuff or awi).Add a dependency on the rc4 module so if it doesn&apos;t exist then load it.Reviewed by:	archie

            List of files:
            /freebsd-14.2/sys/modules/netgraph/mppc/Makefile</description>
        <pubDate>Wed, 05 Feb 2003 19:11:11 +0000</pubDate>
        <dc:creator>Doug Ambrisko &lt;ambrisko@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>17d6c636 - Drop &lt;bsd.man.mk&gt; support from &lt;bsd.kmod.mk&gt;.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/netgraph/mppc/Makefile#17d6c636</link>
        <description>Drop &lt;bsd.man.mk&gt; support from &lt;bsd.kmod.mk&gt;.Not objected to by:	-current

            List of files:
            /freebsd-14.2/sys/modules/netgraph/mppc/Makefile</description>
        <pubDate>Fri, 11 Jan 2002 15:49:02 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c68159a6 - Use a consistent style and one much closer to the rest of /usr/src</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/netgraph/mppc/Makefile#c68159a6</link>
        <description>Use a consistent style and one much closer to the rest of /usr/src

            List of files:
            /freebsd-14.2/sys/modules/netgraph/mppc/Makefile</description>
        <pubDate>Sat, 06 Jan 2001 14:00:42 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c1462236 - When manual pages are moved or removed, MANX should be changed</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/netgraph/mppc/Makefile#c1462236</link>
        <description>When manual pages are moved or removed, MANX should be changedto NOMAN.Reported by:	bde

            List of files:
            /freebsd-14.2/sys/modules/netgraph/mppc/Makefile</description>
        <pubDate>Mon, 24 Jul 2000 13:52:07 +0000</pubDate>
        <dc:creator>Sheldon Hearn &lt;sheldonh@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b601c69b - Move the netgraph-related manual pages into share/man/man4/, as</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/netgraph/mppc/Makefile#b601c69b</link>
        <description>Move the netgraph-related manual pages into share/man/man4/, asdiscussed with archie.

            List of files:
            /freebsd-14.2/sys/modules/netgraph/mppc/Makefile</description>
        <pubDate>Fri, 21 Jul 2000 10:46:58 +0000</pubDate>
        <dc:creator>Sheldon Hearn &lt;sheldonh@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>64db83a8 - Use .include &lt;bsd.kmod.mk&gt; to get to ../../*/conf/kmod.mk instead of</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/netgraph/mppc/Makefile#64db83a8</link>
        <description>Use .include &lt;bsd.kmod.mk&gt; to get to ../../*/conf/kmod.mk instead ofencoding the relative path.

            List of files:
            /freebsd-14.2/sys/modules/netgraph/mppc/Makefile</description>
        <pubDate>Sat, 27 May 2000 01:14:33 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bec35b9a - Move netgraph node type man pages from section 8 to section 4.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/netgraph/mppc/Makefile#bec35b9a</link>
        <description>Move netgraph node type man pages from section 8 to section 4.

            List of files:
            /freebsd-14.2/sys/modules/netgraph/mppc/Makefile</description>
        <pubDate>Thu, 04 May 2000 17:54:37 +0000</pubDate>
        <dc:creator>Archie Cobbs &lt;archie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>56ca3996 - Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/netgraph/mppc/Makefile#56ca3996</link>
        <description>Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.This means that the kernel can be totally self contained now and is notdependent on the last buildworld to update /usr/share/mk.  This mightalso make it easier to build 5.x kernels on 4.0 boxes etc, assuminggensetdefs and config(8) are updated.

            List of files:
            /freebsd-14.2/sys/modules/netgraph/mppc/Makefile</description>
        <pubDate>Thu, 04 May 2000 12:08:52 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>23f282aa - Zap KMODDEPS line</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/netgraph/mppc/Makefile#23f282aa</link>
        <description>Zap KMODDEPS line

            List of files:
            /freebsd-14.2/sys/modules/netgraph/mppc/Makefile</description>
        <pubDate>Mon, 01 May 2000 18:58:48 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ee5bb5a8 - Revert to previous state, plus a few cleanups pointed out by bde.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/netgraph/mppc/Makefile#ee5bb5a8</link>
        <description>Revert to previous state, plus a few cleanups pointed out by bde.Instead, make the decision as to whether to build this KLD in ../Makefile.

            List of files:
            /freebsd-14.2/sys/modules/netgraph/mppc/Makefile</description>
        <pubDate>Wed, 12 Apr 2000 19:56:16 +0000</pubDate>
        <dc:creator>Archie Cobbs &lt;archie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8e5b414e - Turn off MPPE encryption if NOCRYPT is defined. If neither compression</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/netgraph/mppc/Makefile#8e5b414e</link>
        <description>Turn off MPPE encryption if NOCRYPT is defined. If neither compressionnor encryption is enabled, don&apos;t build or install anything.

            List of files:
            /freebsd-14.2/sys/modules/netgraph/mppc/Makefile</description>
        <pubDate>Mon, 10 Apr 2000 22:22:18 +0000</pubDate>
        <dc:creator>Archie Cobbs &lt;archie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>807a5caa - Add ng_mppc(8) netgraph node as a KLD module.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/netgraph/mppc/Makefile#807a5caa</link>
        <description>Add ng_mppc(8) netgraph node as a KLD module.Obtained from:  Whistle source tree

            List of files:
            /freebsd-14.2/sys/modules/netgraph/mppc/Makefile</description>
        <pubDate>Sun, 09 Apr 2000 21:07:39 +0000</pubDate>
        <dc:creator>Archie Cobbs &lt;archie@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
