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

            List of files:
            /freebsd-14.2/usr.bin/chkey/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>a35f04fb - Adopt SRCTOP in usr.bin</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/chkey/Makefile#a35f04fb</link>
        <description>Adopt SRCTOP in usr.binPrefer ${SRCTOP}/foo over ${.CURDIR}/../../foo and ${SRCTOP}/usr.bin/fooover ${.CURDIR}/../foo for paths in Makefiles.Differential Revision:	https://reviews.freebsd.org/D9932Sponsored by:		NetflixSilence on:		arch@ (twice)

            List of files:
            /freebsd-14.2/usr.bin/chkey/Makefile</description>
        <pubDate>Sun, 12 Mar 2017 18:58:44 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3e11bd9e - Convert to usr.bin/ to LIBADD</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/chkey/Makefile#3e11bd9e</link>
        <description>Convert to usr.bin/ to LIBADDReduce overlinking

            List of files:
            /freebsd-14.2/usr.bin/chkey/Makefile</description>
        <pubDate>Tue, 25 Nov 2014 14:29:10 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c6063d0d - Use src.opts.mk in preference to bsd.own.mk except where we need stuff</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/chkey/Makefile#c6063d0d</link>
        <description>Use src.opts.mk in preference to bsd.own.mk except where we need stufffrom the latter.

            List of files:
            /freebsd-14.2/usr.bin/chkey/Makefile</description>
        <pubDate>Tue, 06 May 2014 04:22:01 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@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/chkey/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/chkey/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>b3aaa0cc - Rename all symbols in libmp(3) to mp_*, just like Solaris.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/chkey/Makefile#b3aaa0cc</link>
        <description>Rename all symbols in libmp(3) to mp_*, just like Solaris.The function pow() in libmp(3) clashes with pow(3) in libm. We couldrename this single function, but we can just take the same approach asthe Solaris folks did, which is to prefix all function names with mp_.libmp(3) isn&apos;t really popular nowadays. I suspect not a singleapplication in ports depends on it. There&apos;s still a chance, so I&apos;veincreased the SHLIB_MAJOR and __FreeBSD_version.Reviewed by:	deischen, rdivacky

            List of files:
            /freebsd-14.2/usr.bin/chkey/Makefile</description>
        <pubDate>Thu, 26 Feb 2009 21:43:15 +0000</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e1fe3dba - Reimplementation of world/kernel build options.  For details, see:</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/chkey/Makefile#e1fe3dba</link>
        <description>Reimplementation of world/kernel build options.  For details, see:http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.htmlThe src.conf(5) manpage is to follow in a few days.Brought to you by:	imp, jhb, kris, phk, ru (all bugs are mine)

            List of files:
            /freebsd-14.2/usr.bin/chkey/Makefile</description>
        <pubDate>Fri, 17 Mar 2006 18:54:44 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6c58990d - Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/chkey/Makefile#6c58990d</link>
        <description>Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set.If turned on  no NIS support and related programs will be built.Lost parts rediscovered by:	Danny Braniss &lt;danny at cs.huji.ac.il&gt;PR:		bin/68303No objections:	des, gshapiro, nectarReviewed by:	ruApproved by:	rwatson (mentor)MFC after:	2 weeks

            List of files:
            /freebsd-14.2/usr.bin/chkey/Makefile</description>
        <pubDate>Sat, 13 Nov 2004 20:40:32 +0000</pubDate>
        <dc:creator>Bjoern A. Zeeb &lt;bz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d37df47d - Join the 21st century: Cryptography is no longer an optional component</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/chkey/Makefile#d37df47d</link>
        <description>Join the 21st century: Cryptography is no longer an optional componentof releases.  The -DNOCRYPT build option still exists for anyone whoreally wants to build non-cryptographic binaries, but the &quot;crypto&quot;release distribution is now part of &quot;base&quot;, and anyone installing from arelease will get cryptographic binaries.Approved by:	re (scottl), markmDiscussed on:	freebsd-current, in late April 2004

            List of files:
            /freebsd-14.2/usr.bin/chkey/Makefile</description>
        <pubDate>Fri, 06 Aug 2004 07:27:08 +0000</pubDate>
        <dc:creator>Colin Percival &lt;cperciva@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>869537e1 - Put chkey(1), newkey(8), and keyserv(8) into the crypto distribution.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/chkey/Makefile#869537e1</link>
        <description>Put chkey(1), newkey(8), and keyserv(8) into the crypto distribution.

            List of files:
            /freebsd-14.2/usr.bin/chkey/Makefile</description>
        <pubDate>Sun, 18 Jan 2004 09:29:47 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>91bd71d2 - Remove leaf node WARNS?=2 (that mainly I added). This should</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/chkey/Makefile#91bd71d2</link>
        <description>Remove leaf node WARNS?=2 (that mainly I added). This shouldhelp the GCC3 transition and CURRENT in general.

            List of files:
            /freebsd-14.2/usr.bin/chkey/Makefile</description>
        <pubDate>Fri, 08 Feb 2002 22:31:43 +0000</pubDate>
        <dc:creator>Mark Murray &lt;markm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>47faf123 - WARNS=2 fixes. Also, use __FBSDID(), and sort includes.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/chkey/Makefile#47faf123</link>
        <description>WARNS=2 fixes. Also, use __FBSDID(), and sort includes.

            List of files:
            /freebsd-14.2/usr.bin/chkey/Makefile</description>
        <pubDate>Sun, 02 Dec 2001 23:12:33 +0000</pubDate>
        <dc:creator>Mark Murray &lt;markm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0c593a50 - Fixed bitrot in DPADD in previous commit.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/chkey/Makefile#0c593a50</link>
        <description>Fixed bitrot in DPADD in previous commit.Fixed some style bugs (mainly disorder).

            List of files:
            /freebsd-14.2/usr.bin/chkey/Makefile</description>
        <pubDate>Mon, 30 Jul 2001 11:16:39 +0000</pubDate>
        <dc:creator>Bruce Evans &lt;bde@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7bd0b867 - Enable the new libmp in the build, and disable libgmp and its</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/chkey/Makefile#7bd0b867</link>
        <description>Enable the new libmp in the build, and disable libgmp and itshenchmen.

            List of files:
            /freebsd-14.2/usr.bin/chkey/Makefile</description>
        <pubDate>Sun, 29 Jul 2001 08:58:22 +0000</pubDate>
        <dc:creator>Dima Dorfman &lt;dd@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c3aac50f - $Id$ -&gt; $FreeBSD$</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/chkey/Makefile#c3aac50f</link>
        <description>$Id$ -&gt; $FreeBSD$

            List of files:
            /freebsd-14.2/usr.bin/chkey/Makefile</description>
        <pubDate>Sat, 28 Aug 1999 01:08:13 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a791a060 - Fixed missing DPADD.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/chkey/Makefile#a791a060</link>
        <description>Fixed missing DPADD.Fixed some style bugs while I&apos;m here (don&apos;t override the (correct)default for MAN1).

            List of files:
            /freebsd-14.2/usr.bin/chkey/Makefile</description>
        <pubDate>Tue, 16 Dec 1997 14:42:08 +0000</pubDate>
        <dc:creator>Bruce Evans &lt;bde@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d9126ba1 - Import chkey.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/chkey/Makefile#d9126ba1</link>
        <description>Import chkey.This program is used to change a user&apos;s existing public and secret key pair.

            List of files:
            /freebsd-14.2/usr.bin/chkey/Makefile</description>
        <pubDate>Wed, 28 May 1997 15:54:04 +0000</pubDate>
        <dc:creator>Bill Paul &lt;wpaul@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
