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

            List of files:
            /freebsd-14.2/usr.bin/lock/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>11db7fa4 - Make lock(1) use PAM.  This makes the -p option work again.  (Well, kind of,</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/lock/Makefile#11db7fa4</link>
        <description>Make lock(1) use PAM.  This makes the -p option work again.  (Well, kind of,because the whole idea of this utility is rather broken.)This originally come from NetBSD, and was later reworked a bit.Reviewed by:	des@ (earlier version)MFC after:	2 weeksDifferential Revision:	https://reviews.freebsd.org/D4981

            List of files:
            /freebsd-14.2/usr.bin/lock/Makefile</description>
        <pubDate>Sun, 11 Feb 2018 13:35:31 +0000</pubDate>
        <dc:creator>Edward Tomasz Napierala &lt;trasz@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/lock/Makefile#3e11bd9e</link>
        <description>Convert to usr.bin/ to LIBADDReduce overlinking

            List of files:
            /freebsd-14.2/usr.bin/lock/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>84f70ae3 - Make WARNS=6 safe.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/lock/Makefile#84f70ae3</link>
        <description>Make WARNS=6 safe.Tested by:	make universe

            List of files:
            /freebsd-14.2/usr.bin/lock/Makefile</description>
        <pubDate>Mon, 28 Jun 2010 08:30:10 +0000</pubDate>
        <dc:creator>Gavin Atkinson &lt;gavin@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/lock/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/lock/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>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/lock/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/lock/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>4285ad09 - Warns cleanups:</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/lock/Makefile#4285ad09</link>
        <description>Warns cleanups:Signal handlers are supposed to take an int as an arg.Don&apos;t locally declare crypt or ttyname.

            List of files:
            /freebsd-14.2/usr.bin/lock/Makefile</description>
        <pubDate>Mon, 03 Dec 2001 21:01:52 +0000</pubDate>
        <dc:creator>David Malone &lt;dwmalone@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cda2a9b2 - Set BINOWN=root explicitly for setuid root binaries.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/lock/Makefile#cda2a9b2</link>
        <description>Set BINOWN=root explicitly for setuid root binaries.This is not &quot;useless&quot;, as one may have non-defaultsetting for BINOWN in make.conf, and we still wantthese to be installed setuid root in this case.

            List of files:
            /freebsd-14.2/usr.bin/lock/Makefile</description>
        <pubDate>Thu, 13 Sep 2001 06:48:18 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6e2578e4 - Revert the libcrypt/libmd stuff back to how it was.  This should not have</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/lock/Makefile#6e2578e4</link>
        <description>Revert the libcrypt/libmd stuff back to how it was.  This should not havehappened as it was working around problems elsewhere (ie: binutils/ldnot doing the right thing according to the ELF design).  libcrypt hasbeen adjusted to not need the runtime -lmd.  It&apos;s still not quite right(ld is supposed to work damnit) but at least it doesn&apos;t impact all theusers of libcrypt in Marcel&apos;s cross-build model.

            List of files:
            /freebsd-14.2/usr.bin/lock/Makefile</description>
        <pubDate>Sat, 18 Dec 1999 13:55:17 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7c99ddf2 - Add libmd (or move it after libcrypt). We don&apos;t want the linker to be</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/lock/Makefile#7c99ddf2</link>
        <description>Add libmd (or move it after libcrypt). We don&apos;t want the linker to besmart because it will definitely get it wrong. This popped up duringcross-linking.

            List of files:
            /freebsd-14.2/usr.bin/lock/Makefile</description>
        <pubDate>Thu, 16 Dec 1999 10:55:45 +0000</pubDate>
        <dc:creator>Marcel Moolenaar &lt;marcel@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>be0cde6f - Remove useless `BINOWN=root&apos; now that it is the default.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/lock/Makefile#be0cde6f</link>
        <description>Remove useless `BINOWN=root&apos; now that it is the default.

            List of files:
            /freebsd-14.2/usr.bin/lock/Makefile</description>
        <pubDate>Sat, 19 Sep 1998 22:42:06 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2577a8ac - Add dependencies on libraries to DPADD.  Someday this should be done</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/lock/Makefile#2577a8ac</link>
        <description>Add dependencies on libraries to DPADD.  Someday this should be doneautomagically.  -lfoo has to be right to work, but ${LIBFO0} is tooeasy to forget or misspell; nothing checks it and it should bedifferent for shared libraries.

            List of files:
            /freebsd-14.2/usr.bin/lock/Makefile</description>
        <pubDate>Sun, 28 Aug 1994 18:49:06 +0000</pubDate>
        <dc:creator>Bruce Evans &lt;bde@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4714bb15 - LDADD= -lcrypt</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/lock/Makefile#4714bb15</link>
        <description>LDADD= -lcryptSubmitted by:	Geoff

            List of files:
            /freebsd-14.2/usr.bin/lock/Makefile</description>
        <pubDate>Sat, 20 Aug 1994 21:19:46 +0000</pubDate>
        <dc:creator>Geoff Rehmet &lt;csgr@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/lock/Makefile#9b50d902</link>
        <description>BSD 4.4 Lite Usr.bin Sources

            List of files:
            /freebsd-14.2/usr.bin/lock/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>
