<?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/include/protocols/Makefile#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/include/protocols/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>5b381db8 - Remove NO_OBJ</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/include/protocols/Makefile#5b381db8</link>
        <description>Remove NO_OBJFor meta mode we will want objdirs.Differential Revision:	D2748Reviewed by:	brooks imp

            List of files:
            /freebsd-14.2/include/protocols/Makefile</description>
        <pubDate>Thu, 11 Jun 2015 04:22:17 +0000</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>046cc7b9 - Account for /usr/include/protocols/r{outed,whod}.h with their respective build knobs</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/include/protocols/Makefile#046cc7b9</link>
        <description>Account for /usr/include/protocols/r{outed,whod}.h with their respective build knobs

            List of files:
            /freebsd-14.2/include/protocols/Makefile</description>
        <pubDate>Wed, 26 Nov 2014 12:54:58 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>12de3059 - Fix some accidentally inverted logic</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/include/protocols/Makefile#12de3059</link>
        <description>Fix some accidentally inverted logic

            List of files:
            /freebsd-14.2/include/protocols/Makefile</description>
        <pubDate>Wed, 26 Nov 2014 12:49:37 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>466046ec - Conditionalize a number of components in the tree</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/include/protocols/Makefile#466046ec</link>
        <description>Conditionalize a number of components in the tree- bootparamd- bootpd- finger/fingerd- ftp/ftpd- hastctl/hastd- iscsid, et al- rbootd- talk/talkd- tcpd, et al- tftp/tftpdAdd src.conf entries for the various components and do a best effortat adding components to tools/build/mk/OptionalObsoleteFiles.inc

            List of files:
            /freebsd-14.2/include/protocols/Makefile</description>
        <pubDate>Wed, 26 Nov 2014 08:44:05 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7750ad47 - Sync FreeBSD&apos;s bmake branch with Juniper&apos;s internal bmake branch.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/include/protocols/Makefile#7750ad47</link>
        <description>Sync FreeBSD&apos;s bmake branch with Juniper&apos;s internal bmake branch.Requested by: Simon Gerraty &lt;sjg@juniper.net&gt;

            List of files:
            /freebsd-14.2/include/protocols/Makefile</description>
        <pubDate>Wed, 22 Aug 2012 19:25:57 +0000</pubDate>
        <dc:creator>Marcel Moolenaar &lt;marcel@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e653b48c - Start the dreaded NOFOO -&gt; NO_FOO conversion.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/include/protocols/Makefile#e653b48c</link>
        <description>Start the dreaded NOFOO -&gt; NO_FOO conversion.OK&apos;ed by:	core

            List of files:
            /freebsd-14.2/include/protocols/Makefile</description>
        <pubDate>Tue, 21 Dec 2004 08:47:35 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a35d8893 - For variables that are only checked with defined(), don&apos;t provide</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/include/protocols/Makefile#a35d8893</link>
        <description>For variables that are only checked with defined(), don&apos;t provideany fake value.

            List of files:
            /freebsd-14.2/include/protocols/Makefile</description>
        <pubDate>Sun, 24 Oct 2004 15:33:08 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c7b111cb - Added new bsd.incs.mk which handles installing of header files</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/include/protocols/Makefile#c7b111cb</link>
        <description>Added new bsd.incs.mk which handles installing of header filesvia INCS.  Implemented INCSLINKS (equivalent to SYMLINKS) tohandle symlinking include files.  Allow for multiple groups ofinclude files to be installed, with the powerful INCSGROUPS knob.Documentation to follow.Added standard `includes&apos; and `incsinstall&apos; targets, use themin Makefile.inc1.  Headers from the following makefiles werenot installed before (during `includes&apos; in Makefile.inc1):	kerberos5/lib/libtelnet/Makefile	lib/libbz2/Makefile	lib/libdevinfo/Makefile	lib/libform/Makefile	lib/libisc/Makefile	lib/libmenu/Makefile	lib/libmilter/Makefile	lib/libpanel/MakefileReplaced all `beforeinstall&apos; targets for installing includeswith the INCS stuff.Renamed INCDIR to INCSDIR, for consistency with FILES and SCRIPTS,and for compatibility with NetBSD.  Similarly for INCOWN, INCGRP,and INCMODE.Consistently use INCLUDEDIR instead of /usr/include.gnu/lib/libstdc++/Makefile and gnu/lib/libsupc++/Makefile changeswere only lightly tested due to the missing contrib/libstdc++-v3.I fully tested the pre-WIP_GCC31 version of this patch with thecontrib/libstdc++.295 stuff.These changes have been tested on i386 with the -DNO_WERROR &quot;makeworld&quot; and &quot;make release&quot;.

            List of files:
            /freebsd-14.2/include/protocols/Makefile</description>
        <pubDate>Sun, 12 May 2002 16:01:00 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
