<?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>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/sendmail/Makefile#e9ac41698b2f322d55ccf9da50a3596edb2c1800</link>
        <description>Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I&apos;ll just run the command on the branches)Sponsored by: Netflix

            List of files:
            /freebsd/usr.sbin/sendmail/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 06:46:32 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>19d4fb85bf17579780e8f0c3cbae8a5e92a6922e - Add new source file for sendmail 8.18.1</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/sendmail/Makefile#19d4fb85bf17579780e8f0c3cbae8a5e92a6922e</link>
        <description>Add new source file for sendmail 8.18.1

            List of files:
            /freebsd/usr.sbin/sendmail/Makefile</description>
        <pubDate>Thu, 01 Feb 2024 01:04:53 +0100</pubDate>
        <dc:creator>Gregory Neil Shapiro &lt;gshapiro@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8a7b61203704d362cfbc66c00619f51b24106b55 - usr.sbin: Remove ancient SCCS tags.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/sendmail/Makefile#8a7b61203704d362cfbc66c00619f51b24106b55</link>
        <description>usr.sbin: Remove ancient SCCS tags.Remove ancient SCCS tags from the tree, automated scripting, with twominor fixup to keep things compiling. All the common forms in the treewere removed with a perl script.Sponsored by:		Netflix

            List of files:
            /freebsd/usr.sbin/sendmail/Makefile</description>
        <pubDate>Thu, 23 Nov 2023 18:21:37 +0100</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/sendmail/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/usr.sbin/sendmail/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 19:55:03 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>95a2b4d17234fb78177add37c8882d133855c3d0 - sendmail: silence K&amp;R warns</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/sendmail/Makefile#95a2b4d17234fb78177add37c8882d133855c3d0</link>
        <description>sendmail: silence K&amp;R warnsSponsored by:	Rubicon Communications, LLC (&quot;Netgate&quot;)

            List of files:
            /freebsd/usr.sbin/sendmail/Makefile</description>
        <pubDate>Thu, 16 Mar 2023 19:18:48 +0100</pubDate>
        <dc:creator>Mateusz Guzik &lt;mjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e2c0e292e8a7ca00ba99bcfccc9e637f45c3e8b1 - MFH</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/sendmail/Makefile#e2c0e292e8a7ca00ba99bcfccc9e637f45c3e8b1</link>
        <description>MFHSponsored by:	Rubicon Communications, LLC (netgate.com)

            List of files:
            /freebsd/usr.sbin/sendmail/Makefile</description>
        <pubDate>Thu, 16 Jul 2020 19:14:34 +0200</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5b0945b57059d1cde0831d3afea7ec56c7d79508 - Merge sendmail 8.16.1 to HEAD: See contrib/sendmail/RELEASE_NOTES for details</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/sendmail/Makefile#5b0945b57059d1cde0831d3afea7ec56c7d79508</link>
        <description>Merge sendmail 8.16.1 to HEAD: See contrib/sendmail/RELEASE_NOTES for detailsIncludes build infrastructure &amp; config updates required for changes in 8.16.1MFC after:	5 days

            List of files:
            /freebsd/usr.sbin/sendmail/Makefile</description>
        <pubDate>Wed, 15 Jul 2020 20:28:54 +0200</pubDate>
        <dc:creator>Gregory Neil Shapiro &lt;gshapiro@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>64a0982bee3db2236df43357e70ce8dddbc21d48 - usr.sbin: normalize paths using SRCTOP-relative paths or :H when possible</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/sendmail/Makefile#64a0982bee3db2236df43357e70ce8dddbc21d48</link>
        <description>usr.sbin: normalize paths using SRCTOP-relative paths or :H when possibleThis simplifies make logic/outputMFC after:	1 monthSponsored by:	Dell EMC Isilon

            List of files:
            /freebsd/usr.sbin/sendmail/Makefile</description>
        <pubDate>Sat, 04 Mar 2017 12:38:03 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7fa59e671884d8461af2f6a871058bf9c8bc113d - Merge ^/head r311460 through r311545.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/sendmail/Makefile#7fa59e671884d8461af2f6a871058bf9c8bc113d</link>
        <description>Merge ^/head r311460 through r311545.

            List of files:
            /freebsd/usr.sbin/sendmail/Makefile</description>
        <pubDate>Fri, 06 Jan 2017 21:33:48 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2486c641e754d3fc6eebd5b0cb329d9d0f114ee2 - Conditionalize wrap(3) use based on MK_TCP_WRAPPERS instead of</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/sendmail/Makefile#2486c641e754d3fc6eebd5b0cb329d9d0f114ee2</link>
        <description>Conditionalize wrap(3) use based on MK_TCP_WRAPPERS instead ofalways building support into sendmail.MFC after:	2 weeks

            List of files:
            /freebsd/usr.sbin/sendmail/Makefile</description>
        <pubDate>Fri, 06 Jan 2017 05:16:03 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>13caa468668019a6c93ed6ff65ab21c673b378cb - Merge the projects/release-pkg branch to head.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/sendmail/Makefile#13caa468668019a6c93ed6ff65ab21c673b378cb</link>
        <description>Merge the projects/release-pkg branch to head.This allows packaging the base system with pkg(8), includingbut not limited to providing the ability to provide upstreambinary update possibilities for non-tier-1 architectures.This merge is a requirement of the 11.0-RELEASE, and as such,thank you to everyone that has tested the project branch.Documentation in build(7) etc. is still somewhat sparse, butupdates to those parts will follow.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/usr.sbin/sendmail/Makefile</description>
        <pubDate>Sat, 16 Apr 2016 09:45:30 +0200</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9c4fa87c232f39c81587417e098bf768a8705658 - Create a package for sendmail(8).</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/sendmail/Makefile#9c4fa87c232f39c81587417e098bf768a8705658</link>
        <description>Create a package for sendmail(8).Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/usr.sbin/sendmail/Makefile</description>
        <pubDate>Mon, 08 Feb 2016 19:41:46 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b626f5a73a48f44a31a200291b141e1da408a2ff - MFH r289384-r293170</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/sendmail/Makefile#b626f5a73a48f44a31a200291b141e1da408a2ff</link>
        <description>MFH r289384-r293170Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/usr.sbin/sendmail/Makefile</description>
        <pubDate>Mon, 04 Jan 2016 20:19:48 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8d4f972badbf3513c0aa8ae210a17b4df345aed3 - Catch up with head.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/sendmail/Makefile#8d4f972badbf3513c0aa8ae210a17b4df345aed3</link>
        <description>Catch up with head.

            List of files:
            /freebsd/usr.sbin/sendmail/Makefile</description>
        <pubDate>Thu, 26 Nov 2015 03:16:25 +0100</pubDate>
        <dc:creator>Navdeep Parhar &lt;np@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7fdd45b0913882a815552e5a43e25e2a99b018ff - Use LIBEXECDIR for /usr/libexec.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/sendmail/Makefile#7fdd45b0913882a815552e5a43e25e2a99b018ff</link>
        <description>Use LIBEXECDIR for /usr/libexec.MFC after:	1 weekSponsored by:	EMC / Isilon Storage Division

            List of files:
            /freebsd/usr.sbin/sendmail/Makefile</description>
        <pubDate>Thu, 26 Nov 2015 02:14:40 +0100</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b791fbe6302023b0cf00807865059c8f016fe5dc - META MODE: Don&apos;t create .meta files when symlinking sources into the obj directory.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/sendmail/Makefile#b791fbe6302023b0cf00807865059c8f016fe5dc</link>
        <description>META MODE: Don&apos;t create .meta files when symlinking sources into the obj directory.Tracking these leads to situations where meta mode will consider thefile to be out of date if /bin/sh or /bin/ln are newer than the sourcefile.  There&apos;s no reason for meta mode to do this as make is alreadyhandling the rebuild dependency fine.Sponsored by:	EMC / Isilon Storage Division

            List of files:
            /freebsd/usr.sbin/sendmail/Makefile</description>
        <pubDate>Wed, 25 Nov 2015 20:44:43 +0100</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b5ff185e19f6013ca565b2a15bc2d6abce933f46 - Merge from head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/sendmail/Makefile#b5ff185e19f6013ca565b2a15bc2d6abce933f46</link>
        <description>Merge from head

            List of files:
            /freebsd/usr.sbin/sendmail/Makefile</description>
        <pubDate>Sat, 12 Sep 2015 13:41:31 +0200</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ab875b713d0afab5f0650f06d48a38777a7ae43e - Catch up with head, primarily for the 1.14.4.0 firmware.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/sendmail/Makefile#ab875b713d0afab5f0650f06d48a38777a7ae43e</link>
        <description>Catch up with head, primarily for the 1.14.4.0 firmware.

            List of files:
            /freebsd/usr.sbin/sendmail/Makefile</description>
        <pubDate>Fri, 14 Aug 2015 00:01:13 +0200</pubDate>
        <dc:creator>Navdeep Parhar &lt;np@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>635b2e1e5aca489ca2fe6dc4256832738f977fbe - Merge ^/head r285153 through r285283.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/sendmail/Makefile#635b2e1e5aca489ca2fe6dc4256832738f977fbe</link>
        <description>Merge ^/head r285153 through r285283.

            List of files:
            /freebsd/usr.sbin/sendmail/Makefile</description>
        <pubDate>Wed, 08 Jul 2015 20:43:55 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ccbcdcd550fd3a919ef6a97ccdc5f6707aa27414 - Temporarily disable WARNS while addressing a non-issue with the upstream code</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/sendmail/Makefile#ccbcdcd550fd3a919ef6a97ccdc5f6707aa27414</link>
        <description>Temporarily disable WARNS while addressing a non-issue with the upstream code

            List of files:
            /freebsd/usr.sbin/sendmail/Makefile</description>
        <pubDate>Tue, 07 Jul 2015 04:30:35 +0200</pubDate>
        <dc:creator>Gregory Neil Shapiro &lt;gshapiro@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
