summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2009-12-11 14:15:55 +0000
committered <ed@FreeBSD.org>2009-12-11 14:15:55 +0000
commitcaa83cf2554dc1a3ec427400b1adf64486f4afb9 (patch)
tree5952c7825f6457babba4605c312f4371dd484e74 /Makefile.inc1
parentc5db4e0d33d83745ec06536afa3f6ebef01b81c6 (diff)
downloadFreeBSD-src-caa83cf2554dc1a3ec427400b1adf64486f4afb9.zip
FreeBSD-src-caa83cf2554dc1a3ec427400b1adf64486f4afb9.tar.gz
Convert pam_lastlog(8) to libulog.
The information used by the "Last login:"-line is obtained by using ulog_setutxfile(3) to switch to the lastlog database. Login and logout are performed using the utility functions ulog_login(3) and ulog_logout(3). This also means we must build libulog during bootstrap. Approved by: des
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc14
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 6a59f02..170594c 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1103,8 +1103,8 @@ _prebuild_libs= ${_kerberos5_lib_libasn1} ${_kerberos5_lib_libkrb5} \
lib/libkiconv lib/libkvm lib/libmd \
lib/ncurses/ncurses lib/ncurses/ncursesw \
lib/libopie lib/libpam ${_lib_libthr} \
- lib/libradius lib/libsbuf lib/libtacplus lib/libutil \
- ${_lib_libypclnt} lib/libz lib/msun \
+ lib/libradius lib/libsbuf lib/libtacplus lib/libulog \
+ lib/libutil ${_lib_libypclnt} lib/libz lib/msun \
${_secure_lib_libcrypto} ${_secure_lib_libssh} \
${_secure_lib_libssl} lib/libdwarf lib/libproc
OpenPOWER on IntegriCloud