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

            List of files:
            /freebsd-14.2/usr.bin/mail/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>22917b7e - Move mail.rc install to usr.bin/mail.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/mail/Makefile#22917b7e</link>
        <description>Move mail.rc install to usr.bin/mail.This leverages CONFS to do the installApproved by:	re (blanket, pkgbase), bapt (mentor)Differential Revision:	https://reviews.freebsd.org/D17216

            List of files:
            /freebsd-14.2/usr.bin/mail/Makefile</description>
        <pubDate>Tue, 18 Sep 2018 20:47:06 +0000</pubDate>
        <dc:creator>Brad Davis &lt;brd@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f41337c1 - Add const to the copyright variable</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/mail/Makefile#f41337c1</link>
        <description>Add const to the copyright variableBump WARNS to level 2

            List of files:
            /freebsd-14.2/usr.bin/mail/Makefile</description>
        <pubDate>Sat, 06 Jun 2015 13:13:39 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b7946da9 - Build usr.bin/ with WARNS=6 by default.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/mail/Makefile#b7946da9</link>
        <description>Build usr.bin/ with WARNS=6 by default.Also add some missing $FreeBSD$ to keep svn happy.

            List of files:
            /freebsd-14.2/usr.bin/mail/Makefile</description>
        <pubDate>Sat, 02 Jan 2010 10:27:05 +0000</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0bee4c2c - Rename mail(1)&apos;s aux.c to util.c.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/mail/Makefile#0bee4c2c</link>
        <description>Rename mail(1)&apos;s aux.c to util.c.The name `aux&apos; is reserved on Windows file systems. aux.c in the mail(1)directory contains some random utility functions. I&apos;m renaming this fileto util.c to make it possible to check out this directory on Windows.MFC after:	1 month

            List of files:
            /freebsd-14.2/usr.bin/mail/Makefile</description>
        <pubDate>Fri, 16 Jan 2009 15:00:30 +0000</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d2893b16 - Drop support for COPY, -c has been the default mode of install(1)</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/mail/Makefile#d2893b16</link>
        <description>Drop support for COPY, -c has been the default mode of install(1)for a long time now.Approved by:	bde

            List of files:
            /freebsd-14.2/usr.bin/mail/Makefile</description>
        <pubDate>Mon, 29 Jul 2002 09:40:17 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0b87f799 - s/${INSTALL} -c/${INSTALL} ${COPY}/</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/mail/Makefile#0b87f799</link>
        <description>s/${INSTALL} -c/${INSTALL} ${COPY}/

            List of files:
            /freebsd-14.2/usr.bin/mail/Makefile</description>
        <pubDate>Thu, 18 Jul 2002 12:07:49 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e35f9517 - Remove NO_WERRORs and WARNS=n&apos;s. To be revisited after GCC3.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/mail/Makefile#e35f9517</link>
        <description>Remove NO_WERRORs and WARNS=n&apos;s. To be revisited after GCC3.

            List of files:
            /freebsd-14.2/usr.bin/mail/Makefile</description>
        <pubDate>Fri, 08 Feb 2002 23:07:37 +0000</pubDate>
        <dc:creator>Mark Murray &lt;markm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>94ef258f - Link mail(1) to mailx per POSIX. Mail(1) isn&apos;t 100% POSIX compliant,</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/mail/Makefile#94ef258f</link>
        <description>Link mail(1) to mailx per POSIX. Mail(1) isn&apos;t 100% POSIX compliant,but it is pretty close.Not objected to by: -standards

            List of files:
            /freebsd-14.2/usr.bin/mail/Makefile</description>
        <pubDate>Sat, 19 Jan 2002 23:47:21 +0000</pubDate>
        <dc:creator>Mike Heffner &lt;mikeh@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ccaec6d1 - Install files via FILES.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/mail/Makefile#ccaec6d1</link>
        <description>Install files via FILES.

            List of files:
            /freebsd-14.2/usr.bin/mail/Makefile</description>
        <pubDate>Mon, 17 Dec 2001 16:02:15 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>864be888 - I&apos;m working on cleaning this up, however it probably won&apos;t be done for</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/mail/Makefile#864be888</link>
        <description>I&apos;m working on cleaning this up, however it probably won&apos;t be done forawhile. Turn off WARNS so that this doesn&apos;t break the build when WARNSis turned on higher up. Also add $FreeBSD$.

            List of files:
            /freebsd-14.2/usr.bin/mail/Makefile</description>
        <pubDate>Wed, 12 Dec 2001 15:42:19 +0000</pubDate>
        <dc:creator>Mike Heffner &lt;mikeh@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e569836c - make install should not install mail.rc in /etc</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/mail/Makefile#e569836c</link>
        <description>make install should not install mail.rc in /etc

            List of files:
            /freebsd-14.2/usr.bin/mail/Makefile</description>
        <pubDate>Fri, 15 Aug 1997 21:50:02 +0000</pubDate>
        <dc:creator>Wolfram Schneider &lt;wosch@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7c6d202a - Simplistic conversion of mail to use termios instead of sgtty.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/mail/Makefile#7c6d202a</link>
        <description>Simplistic conversion of mail to use termios instead of sgtty.

            List of files:
            /freebsd-14.2/usr.bin/mail/Makefile</description>
        <pubDate>Mon, 19 Aug 1996 20:23:35 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9c0dc173 - Change `install&apos; to `${INSTALL}&apos; so that default install flags can be</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/mail/Makefile#9c0dc173</link>
        <description>Change `install&apos; to `${INSTALL}&apos; so that default install flags can bespecified in the top level Makefiles.

            List of files:
            /freebsd-14.2/usr.bin/mail/Makefile</description>
        <pubDate>Tue, 25 Jul 1995 00:37:58 +0000</pubDate>
        <dc:creator>Bruce Evans &lt;bde@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9bda6bd9 - Remove -R from CFLAGS</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/mail/Makefile#9bda6bd9</link>
        <description>Remove -R from CFLAGS

            List of files:
            /freebsd-14.2/usr.bin/mail/Makefile</description>
        <pubDate>Fri, 12 May 1995 13:15:41 +0000</pubDate>
        <dc:creator>Andrey A. Chernov &lt;ache@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9b50d902 - BSD 4.4 Lite Usr.bin Sources</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/mail/Makefile#9b50d902</link>
        <description>BSD 4.4 Lite Usr.bin Sources

            List of files:
            /freebsd-14.2/usr.bin/mail/Makefile</description>
        <pubDate>Fri, 27 May 1994 12:33:43 +0000</pubDate>
        <dc:creator>Rodney W. Grimes &lt;rgrimes@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
