<?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>193d9e76 - sys/modules: normalize .CURDIR-relative paths to SRCTOP</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/sppp/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-12.1/sys/modules/sppp/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>aeaed508 - Move most of the 15 variations on generating opt_inet.h and</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/sppp/Makefile#aeaed508</link>
        <description>Move most of the 15 variations on generating opt_inet.h andopt_inet6.h into kmod.mk by forcing almost everybody to eat the samedogfood. While at it, consolidate the opt_bpf.h and opt_mroute.htargets here too.

            List of files:
            /freebsd-12.1/sys/modules/sppp/Makefile</description>
        <pubDate>Mon, 04 Aug 2014 22:37:02 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2c284d93 - Remove IPX support.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/sppp/Makefile#2c284d93</link>
        <description>Remove IPX support.IPX was a network transport protocol in Novell&apos;s NetWare network operatingsystem from late 80s and then 90s. The NetWare itself switched to TCP/IPas default transport in 1998. Later, in this century the Novell OpenEnterprise Server became successor of Novell NetWare. The last releasethat claimed to still support IPX was OES 2 in 2007. Routing equipmentvendors (e.g. Cisco) discontinued support for IPX in 2011.Thus, IPX won&apos;t be supported in FreeBSD 11.0-RELEASE.

            List of files:
            /freebsd-12.1/sys/modules/sppp/Makefile</description>
        <pubDate>Fri, 14 Mar 2014 02:58:48 +0000</pubDate>
        <dc:creator>Gleb Smirnoff &lt;glebius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9e51595c - Per email to arch@ a little while ago (that was greeted with silence),</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/sppp/Makefile#9e51595c</link>
        <description>Per email to arch@ a little while ago (that was greeted with silence),prefer the more common &gt; ${.TARGET} over &gt; opt_foo.h in modulesmakefiles.

            List of files:
            /freebsd-12.1/sys/modules/sppp/Makefile</description>
        <pubDate>Mon, 01 Sep 2008 23:59:00 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@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-12.1/sys/modules/sppp/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-12.1/sys/modules/sppp/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>d676cb6f - Add FR support to sppp (MFCronyx).</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/sppp/Makefile#d676cb6f</link>
        <description>Add FR support to sppp (MFCronyx).Silence on: net@, current@, hackers@.No objections: joergRequested by: by many (mostly Cronyx) users for a long long time.MFC after:	10 daysPR:		kern/21771, kern/66348

            List of files:
            /freebsd-12.1/sys/modules/sppp/Makefile</description>
        <pubDate>Tue, 28 Dec 2004 00:07:57 +0000</pubDate>
        <dc:creator>Roman Kurakin &lt;rik@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cd669cef - sppp needs slcompress.c nowadays.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/sppp/Makefile#cd669cef</link>
        <description>sppp needs slcompress.c nowadays.PR:		39369

            List of files:
            /freebsd-12.1/sys/modules/sppp/Makefile</description>
        <pubDate>Mon, 17 Jun 2002 05:40:49 +0000</pubDate>
        <dc:creator>John Hay &lt;jhay@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-12.1/sys/modules/sppp/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-12.1/sys/modules/sppp/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>07af4a8e - Export symbols that constitute APIs defined by these</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/sppp/Makefile#07af4a8e</link>
        <description>Export symbols that constitute APIs defined by thesemodules.Note that in the case of &apos;mii&apos; the API is not clearlydefined, and the symbols exported represent a subsetdefined by current usage.

            List of files:
            /freebsd-12.1/sys/modules/sppp/Makefile</description>
        <pubDate>Fri, 11 Jan 2002 01:16:00 +0000</pubDate>
        <dc:creator>Mike Smith &lt;msmith@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-12.1/sys/modules/sppp/Makefile#c68159a6</link>
        <description>Use a consistent style and one much closer to the rest of /usr/src

            List of files:
            /freebsd-12.1/sys/modules/sppp/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>121a47e2 - Make sppp a kld.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/sppp/Makefile#121a47e2</link>
        <description>Make sppp a kld.

            List of files:
            /freebsd-12.1/sys/modules/sppp/Makefile</description>
        <pubDate>Wed, 03 Jan 2001 08:12:30 +0000</pubDate>
        <dc:creator>John Hay &lt;jhay@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
