<?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>560af6b43e2a86e591e94bea99777630cd5f84fd - libpam: Move to a new &quot;pam&quot; package</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libpam/modules/pam_lastlog/Makefile#560af6b43e2a86e591e94bea99777630cd5f84fd</link>
        <description>libpam: Move to a new &quot;pam&quot; packageOpenPAM is a discrete, largely self-contained system component.Users may not need PAM for many use-cases (e.g. jails, containers),so move it to its own package.Use LIB_PACKAGE to create a separate pam-lib package for libpam,so that applications that support PAM don&apos;t need to bring in allthe PAM modules if PAM isn&apos;t actually in use.Add pam to the minimal sets, since this is a core system component thatpeople expect to be installed.  This means all supported installationmethods will install the PAM modules by default, so don&apos;t add explicitdependencies on the PAM modules from things that use PAM (e.g. runtime),allowing custom/embedded systems to omit these easily.This change adds a new package to the system so, until we have a properpolicy on how to handle this in release/stable branches, it should notbe MFC&apos;d.MFC after:	neverReviewed by:	des, baptSponsored by:	https://www.patreon.com/bsdivyDifferential Revision:	https://reviews.freebsd.org/D53602

            List of files:
            /freebsd/lib/libpam/modules/pam_lastlog/Makefile</description>
        <pubDate>Mon, 10 Nov 2025 11:20:33 +0100</pubDate>
        <dc:creator>Lexi Winter &lt;ivy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9cf02c38e492dd16b70bfd8203b3f1bc6436e574 - libpam: Don&apos;t put man8 in the dev package</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libpam/modules/pam_lastlog/Makefile#9cf02c38e492dd16b70bfd8203b3f1bc6436e574</link>
        <description>libpam: Don&apos;t put man8 in the dev packageThese are user-facing manpages, but were installed in the runtime-devpackage since the PAM modules use bsd.lib.mk.  Use MANNODEV instead ofMAN to put them in the base runtime package instead.Fixes:  031e711647c3 (&quot;packages: Install development manpages in the -dev package&quot;)MFC after:	3 daysReviewed by:	baptSponsored by:	https://www.patreon.com/bsdivyDifferential Revision:	https://reviews.freebsd.org/D53601

            List of files:
            /freebsd/lib/libpam/modules/pam_lastlog/Makefile</description>
        <pubDate>Mon, 10 Nov 2025 11:14:42 +0100</pubDate>
        <dc:creator>Lexi Winter &lt;ivy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libpam/modules/pam_lastlog/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/lib/libpam/modules/pam_lastlog/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>93c43690960274dd3bb67b1ee0f1dd3ca4d13def - pkgbase: Put more binaries/lib in runtime</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libpam/modules/pam_lastlog/Makefile#93c43690960274dd3bb67b1ee0f1dd3ca4d13def</link>
        <description>pkgbase: Put more binaries/lib in runtimeMove some needed binaries/libs from FreeBSD-utilities to FreeBSD_runtime.This is everything needed to boot to multiuser with FreeBSD-rc installed.MFC after:	2 weeksSponsored by:	Beckhoff Automation GmbH &amp; Co. KGDifferential Revision:	https://reviews.freebsd.org/D33435

            List of files:
            /freebsd/lib/libpam/modules/pam_lastlog/Makefile</description>
        <pubDate>Tue, 14 Dec 2021 15:31:30 +0100</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1a0fda2b547365c9453523592a445dfe21266d4b - IFH@204581</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libpam/modules/pam_lastlog/Makefile#1a0fda2b547365c9453523592a445dfe21266d4b</link>
        <description>IFH@204581

            List of files:
            /freebsd/lib/libpam/modules/pam_lastlog/Makefile</description>
        <pubDate>Thu, 04 Mar 2010 14:35:57 +0100</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d1b8647f1c48b3f1ea1e1fcb4b41c5df96118aa4 - Let pam_lastlog use random ut_id&apos;s.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libpam/modules/pam_lastlog/Makefile#d1b8647f1c48b3f1ea1e1fcb4b41c5df96118aa4</link>
        <description>Let pam_lastlog use random ut_id&apos;s.By using random values for ut_id, not based on the TTY name, it ispossible to run for example login(1) multiple times on the same TTY,without overwriting any previous records.The output of w(1) will then be as follows:| 12:26PM  up 2 days,  2:31, 5 users, load averages: 0.01, 0.03, 0.03| USER       TTY      FROM                      LOGIN@  IDLE WHAT| ed         pts/2    mekker.80386.nl          12:26PM     - w| root       pts/2    -                        12:26PM     - w| root       pts/2    -                        12:26PM     - w| root       pts/2    -                        12:26PM     - wApproved by:	des

            List of files:
            /freebsd/lib/libpam/modules/pam_lastlog/Makefile</description>
        <pubDate>Mon, 18 Jan 2010 12:29:51 +0100</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9199c09a159c4e3e98c212d4eec1edc5252d9e33 - Merge from head at r201628.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libpam/modules/pam_lastlog/Makefile#9199c09a159c4e3e98c212d4eec1edc5252d9e33</link>
        <description>Merge from head at r201628.# This hasn&apos;t been tested, and there are at least three bad commits# that need to be backed out before the branch will be stable again.

            List of files:
            /freebsd/lib/libpam/modules/pam_lastlog/Makefile</description>
        <pubDate>Wed, 06 Jan 2010 06:58:07 +0100</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>17c79ad08cdecc12fa0c00b2b2d03443a0476e40 - Convert pam_lastlog(8) to libulog.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libpam/modules/pam_lastlog/Makefile#17c79ad08cdecc12fa0c00b2b2d03443a0476e40</link>
        <description>Convert pam_lastlog(8) to libulog.The information used by the &quot;Last login:&quot;-line is obtained by usingulog_setutxfile(3) to switch to the lastlog database. Login and logoutare performed using the utility functions ulog_login(3) andulog_logout(3).This also means we must build libulog during bootstrap.Approved by:	des

            List of files:
            /freebsd/lib/libpam/modules/pam_lastlog/Makefile</description>
        <pubDate>Fri, 11 Dec 2009 15:15:55 +0100</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7f03a257ac3665c3aec49c7538489a10465a2654 - style.Makefile(5) police</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libpam/modules/pam_lastlog/Makefile#7f03a257ac3665c3aec49c7538489a10465a2654</link>
        <description>style.Makefile(5) police(I&apos;ve tried to keep to the spirit of the original formatting)Reviewed by:	des

            List of files:
            /freebsd/lib/libpam/modules/pam_lastlog/Makefile</description>
        <pubDate>Sun, 09 Mar 2003 21:06:38 +0100</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>90a9863e16ea3ca71d91edbab9b2bef9a4f2275e - Moved SHLIB_NAME definition into one place.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libpam/modules/pam_lastlog/Makefile#90a9863e16ea3ca71d91edbab9b2bef9a4f2275e</link>
        <description>Moved SHLIB_NAME definition into one place.Approved by:	des

            List of files:
            /freebsd/lib/libpam/modules/pam_lastlog/Makefile</description>
        <pubDate>Wed, 10 Apr 2002 20:07:05 +0200</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>519b6a4c8f7c7e1bcfc63b6083aac44fb1cfc91e - Switch to OpenPAM.  Bump library version.  Modules are now versioned, so</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libpam/modules/pam_lastlog/Makefile#519b6a4c8f7c7e1bcfc63b6083aac44fb1cfc91e</link>
        <description>Switch to OpenPAM.  Bump library version.  Modules are now versioned, soapplications linked with Linux-PAM will still work.Remove pam_get_pass(); OpenPAM has pam_get_authtok().Remove pam_prompt(); OpenPAM has pam_{,v}{error,info,prompt}().Remove pam_set_item(3) man page as OpenPAM has its own.Sponsored by:	DARPA, NAI Labs

            List of files:
            /freebsd/lib/libpam/modules/pam_lastlog/Makefile</description>
        <pubDate>Tue, 05 Mar 2002 22:56:25 +0100</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e3cd129613cbbcf409044e2eae11cd38b81e3a5f - Add missing dependency on libutil.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libpam/modules/pam_lastlog/Makefile#e3cd129613cbbcf409044e2eae11cd38b81e3a5f</link>
        <description>Add missing dependency on libutil.

            List of files:
            /freebsd/lib/libpam/modules/pam_lastlog/Makefile</description>
        <pubDate>Tue, 05 Mar 2002 13:52:03 +0100</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>16e058b5d6bddcd1ed26a824fc99924eec98062d - Add a PAM module that records sessions in utmp/wtmp/lastlog.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libpam/modules/pam_lastlog/Makefile#16e058b5d6bddcd1ed26a824fc99924eec98062d</link>
        <description>Add a PAM module that records sessions in utmp/wtmp/lastlog.Sponsored by:	DARPA, NAI Labs

            List of files:
            /freebsd/lib/libpam/modules/pam_lastlog/Makefile</description>
        <pubDate>Thu, 24 Jan 2002 10:45:17 +0100</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d1b8647f1c48b3f1ea1e1fcb4b41c5df96118aa4 - Let pam_lastlog use random ut_id&apos;s.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libpam/modules/pam_lastlog/Makefile#d1b8647f1c48b3f1ea1e1fcb4b41c5df96118aa4</link>
        <description>Let pam_lastlog use random ut_id&apos;s.By using random values for ut_id, not based on the TTY name, it ispossible to run for example login(1) multiple times on the same TTY,without overwriting any previous records.The output of w(1) will then be as follows:| 12:26PM  up 2 days,  2:31, 5 users, load averages: 0.01, 0.03, 0.03| USER       TTY      FROM                      LOGIN@  IDLE WHAT| ed         pts/2    mekker.80386.nl          12:26PM     - w| root       pts/2    -                        12:26PM     - w| root       pts/2    -                        12:26PM     - w| root       pts/2    -                        12:26PM     - wApproved by:	des

            List of files:
            /freebsd/lib/libpam/modules/pam_lastlog/Makefile</description>
        <pubDate>Mon, 18 Jan 2010 12:29:51 +0100</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9199c09a159c4e3e98c212d4eec1edc5252d9e33 - Merge from head at r201628.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libpam/modules/pam_lastlog/Makefile#9199c09a159c4e3e98c212d4eec1edc5252d9e33</link>
        <description>Merge from head at r201628.# This hasn&apos;t been tested, and there are at least three bad commits# that need to be backed out before the branch will be stable again.

            List of files:
            /freebsd/lib/libpam/modules/pam_lastlog/Makefile</description>
        <pubDate>Wed, 06 Jan 2010 06:58:07 +0100</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>17c79ad08cdecc12fa0c00b2b2d03443a0476e40 - Convert pam_lastlog(8) to libulog.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libpam/modules/pam_lastlog/Makefile#17c79ad08cdecc12fa0c00b2b2d03443a0476e40</link>
        <description>Convert pam_lastlog(8) to libulog.The information used by the &quot;Last login:&quot;-line is obtained by usingulog_setutxfile(3) to switch to the lastlog database. Login and logoutare performed using the utility functions ulog_login(3) andulog_logout(3).This also means we must build libulog during bootstrap.Approved by:	des

            List of files:
            /freebsd/lib/libpam/modules/pam_lastlog/Makefile</description>
        <pubDate>Fri, 11 Dec 2009 15:15:55 +0100</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7f03a257ac3665c3aec49c7538489a10465a2654 - style.Makefile(5) police</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libpam/modules/pam_lastlog/Makefile#7f03a257ac3665c3aec49c7538489a10465a2654</link>
        <description>style.Makefile(5) police(I&apos;ve tried to keep to the spirit of the original formatting)Reviewed by:	des

            List of files:
            /freebsd/lib/libpam/modules/pam_lastlog/Makefile</description>
        <pubDate>Sun, 09 Mar 2003 21:06:38 +0100</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>90a9863e16ea3ca71d91edbab9b2bef9a4f2275e - Moved SHLIB_NAME definition into one place.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libpam/modules/pam_lastlog/Makefile#90a9863e16ea3ca71d91edbab9b2bef9a4f2275e</link>
        <description>Moved SHLIB_NAME definition into one place.Approved by:	des

            List of files:
            /freebsd/lib/libpam/modules/pam_lastlog/Makefile</description>
        <pubDate>Wed, 10 Apr 2002 20:07:05 +0200</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>519b6a4c8f7c7e1bcfc63b6083aac44fb1cfc91e - Switch to OpenPAM.  Bump library version.  Modules are now versioned, so</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libpam/modules/pam_lastlog/Makefile#519b6a4c8f7c7e1bcfc63b6083aac44fb1cfc91e</link>
        <description>Switch to OpenPAM.  Bump library version.  Modules are now versioned, soapplications linked with Linux-PAM will still work.Remove pam_get_pass(); OpenPAM has pam_get_authtok().Remove pam_prompt(); OpenPAM has pam_{,v}{error,info,prompt}().Remove pam_set_item(3) man page as OpenPAM has its own.Sponsored by:	DARPA, NAI Labs

            List of files:
            /freebsd/lib/libpam/modules/pam_lastlog/Makefile</description>
        <pubDate>Tue, 05 Mar 2002 22:56:25 +0100</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e3cd129613cbbcf409044e2eae11cd38b81e3a5f - Add missing dependency on libutil.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libpam/modules/pam_lastlog/Makefile#e3cd129613cbbcf409044e2eae11cd38b81e3a5f</link>
        <description>Add missing dependency on libutil.

            List of files:
            /freebsd/lib/libpam/modules/pam_lastlog/Makefile</description>
        <pubDate>Tue, 05 Mar 2002 13:52:03 +0100</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
