aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/write/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Perform all trivial ports to utmpx for usr.bin/.Ed Schouten2010-01-131-3/+0
| | | | | | | | They were already converted to use libulog, so it's easy to convert them to utmpx. Notes: svn path=/head/; revision=202200
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-2/+0
| | | | | | | Also add some missing $FreeBSD$ to keep svn happy. Notes: svn path=/head/; revision=201386
* Let wall(1) use utmpx.Ed Schouten2009-12-051-0/+6
| | | | | | | | | | | Because our implementation guarantees the strings inside struct utmpx to be null terminated, we don't need to copy everything out, which makes the code nicer to read. Also set WARNS to 6 and add $FreeBSD$ to keep SVN happy. Notes: svn path=/head/; revision=200160
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+7
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590