<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/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>031beb4e239bfce798af17f5fe8dba8bcaf13d99 - sys: Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/netgraph/mppc/Makefile#031beb4e239bfce798af17f5fe8dba8bcaf13d99</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/sys/modules/netgraph/mppc/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 19:54:58 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>193d9e768ba63fcfb187cfd17f461f7d41345048 - sys/modules: normalize .CURDIR-relative paths to SRCTOP</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/netgraph/mppc/Makefile#193d9e768ba63fcfb187cfd17f461f7d41345048</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/sys/modules/netgraph/mppc/Makefile</description>
        <pubDate>Sat, 04 Mar 2017 11:10:17 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c3fb4252045bc7a5e672393851fe7bb9282be44a - ng_mppc(4): Bring netgraph(3) MPPC compression support.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/netgraph/mppc/Makefile#c3fb4252045bc7a5e672393851fe7bb9282be44a</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/sys/modules/netgraph/mppc/Makefile</description>
        <pubDate>Tue, 07 Jun 2016 17:07:00 +0200</pubDate>
        <dc:creator>Pedro F. Giffuni &lt;pfg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8b3ae668b13db776ced151f20e9ad3d23eca545d - Don&apos;t use touch when what is really meant is :&gt; (create an empty file, or</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/netgraph/mppc/Makefile#8b3ae668b13db776ced151f20e9ad3d23eca545d</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/sys/modules/netgraph/mppc/Makefile</description>
        <pubDate>Mon, 14 Aug 2006 15:28:53 +0200</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>822923447e454b30d310cb46903c9ddeca9f0a7a - Let modules use the kernel&apos;s opt_*.h files if built along with</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/netgraph/mppc/Makefile#822923447e454b30d310cb46903c9ddeca9f0a7a</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/sys/modules/netgraph/mppc/Makefile</description>
        <pubDate>Sat, 15 Oct 2005 01:30:17 +0200</pubDate>
        <dc:creator>Yaroslav Tykhiy &lt;ytykhiy@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>233896e9daf0b36c117730e403796fdbffaa9daf - Take the rc4 code out of ng_mppc module so we don&apos;t fail to load when</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/netgraph/mppc/Makefile#233896e9daf0b36c117730e403796fdbffaa9daf</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/sys/modules/netgraph/mppc/Makefile</description>
        <pubDate>Wed, 05 Feb 2003 20:11:11 +0100</pubDate>
        <dc:creator>Doug Ambrisko &lt;ambrisko@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>17d6c636720d00f77e5d098daf4c278f89d84f7b - Drop &lt;bsd.man.mk&gt; support from &lt;bsd.kmod.mk&gt;.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/netgraph/mppc/Makefile#17d6c636720d00f77e5d098daf4c278f89d84f7b</link>
        <description>Drop &lt;bsd.man.mk&gt; support from &lt;bsd.kmod.mk&gt;.Not objected to by:	-current

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

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

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

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

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

            List of files:
            /freebsd/sys/modules/netgraph/mppc/Makefile</description>
        <pubDate>Thu, 04 May 2000 19:54:37 +0200</pubDate>
        <dc:creator>Archie Cobbs &lt;archie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>56ca39961bd1c9946a505c41c3fc634ef63fdd42 - Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/netgraph/mppc/Makefile#56ca39961bd1c9946a505c41c3fc634ef63fdd42</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/sys/modules/netgraph/mppc/Makefile</description>
        <pubDate>Thu, 04 May 2000 14:08:52 +0200</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>23f282aa31e9b6fceacd449020e936e98d6f2298 - Zap KMODDEPS line</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/netgraph/mppc/Makefile#23f282aa31e9b6fceacd449020e936e98d6f2298</link>
        <description>Zap KMODDEPS line

            List of files:
            /freebsd/sys/modules/netgraph/mppc/Makefile</description>
        <pubDate>Mon, 01 May 2000 20:58:48 +0200</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ee5bb5a822a358f39f6d24f879787b743b24a364 - Revert to previous state, plus a few cleanups pointed out by bde.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/netgraph/mppc/Makefile#ee5bb5a822a358f39f6d24f879787b743b24a364</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/sys/modules/netgraph/mppc/Makefile</description>
        <pubDate>Wed, 12 Apr 2000 21:56:16 +0200</pubDate>
        <dc:creator>Archie Cobbs &lt;archie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8e5b414e24ae3c876939335a70e25af2841f9024 - Turn off MPPE encryption if NOCRYPT is defined. If neither compression</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/netgraph/mppc/Makefile#8e5b414e24ae3c876939335a70e25af2841f9024</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/sys/modules/netgraph/mppc/Makefile</description>
        <pubDate>Tue, 11 Apr 2000 00:22:18 +0200</pubDate>
        <dc:creator>Archie Cobbs &lt;archie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>807a5caa14df5ff04b331e24b45893f6a2f6bc1b - Add ng_mppc(8) netgraph node as a KLD module.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/netgraph/mppc/Makefile#807a5caa14df5ff04b331e24b45893f6a2f6bc1b</link>
        <description>Add ng_mppc(8) netgraph node as a KLD module.Obtained from:  Whistle source tree

            List of files:
            /freebsd/sys/modules/netgraph/mppc/Makefile</description>
        <pubDate>Sun, 09 Apr 2000 23:07:39 +0200</pubDate>
        <dc:creator>Archie Cobbs &lt;archie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8b3ae668b13db776ced151f20e9ad3d23eca545d - Don&apos;t use touch when what is really meant is :&gt; (create an empty file, or</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/netgraph/mppc/Makefile#8b3ae668b13db776ced151f20e9ad3d23eca545d</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/sys/modules/netgraph/mppc/Makefile</description>
        <pubDate>Mon, 14 Aug 2006 15:28:53 +0200</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>822923447e454b30d310cb46903c9ddeca9f0a7a - Let modules use the kernel&apos;s opt_*.h files if built along with</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/netgraph/mppc/Makefile#822923447e454b30d310cb46903c9ddeca9f0a7a</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/sys/modules/netgraph/mppc/Makefile</description>
        <pubDate>Sat, 15 Oct 2005 01:30:17 +0200</pubDate>
        <dc:creator>Yaroslav Tykhiy &lt;ytykhiy@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>233896e9daf0b36c117730e403796fdbffaa9daf - Take the rc4 code out of ng_mppc module so we don&apos;t fail to load when</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/netgraph/mppc/Makefile#233896e9daf0b36c117730e403796fdbffaa9daf</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/sys/modules/netgraph/mppc/Makefile</description>
        <pubDate>Wed, 05 Feb 2003 20:11:11 +0100</pubDate>
        <dc:creator>Doug Ambrisko &lt;ambrisko@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
