summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lastlogin/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Port lastlogin(8) to utmpx.ed2010-01-131-3/+0
| | | | | | While there, fix a bug I introduced previously. We must reopen the database for each username passed on the command line. We must rewind the database and search from the beginning.
* The last big commit: let usr.sbin/ use WARNS=6 by default.ed2010-01-021-2/+0
|
* Port lastlogin(1) to libulog.ed2009-12-091-1/+4
| | | | | Just use ulog_getutxuser() to obtain lastlog records or ulog_getutxent() to browse through all of them.
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-1/+2
| | | | | These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before.
* Set WARNS=2 on programs that compile cleanly with it; add $FreeBSD$dd2001-06-301-1/+1
| | | | | | where necessary. Submitted by: Mike Barcroft <mike@q9media.com>
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
| | | | - MAN[1-9] -> MAN.
* Set the default manual section for usr.sbin/ to 8.ru2001-03-201-1/+0
|
* Added the lastlogin utility.ru2000-11-141-0/+7
Obtained from: NetBSD
OpenPOWER on IntegriCloud