summaryrefslogtreecommitdiffstats
path: root/libexec/talkd/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Port all apps in libexec/ from libulog to utmpx.ed2010-01-131-4/+0
|
* Make WARNS=6 the default for libexec/.ed2010-01-021-1/+0
| | | | | | | | | | | | | | | Just like bin/ and sbin/, I think setting WARNS to the highest value possible will make it more attractive for people to fix warnings. - The WARNS variable is set in the Makefile in the directory of the application itself, making it more likely that it will be removed out of curiosity to see what happens. - New applications will most likely build with WARNS=6 out of the box, because the author would more likely fix the warnings during development than lower WARNS. Unfortunately almost all apps in libexec require a lowered value of WARNS.
* Modify the sources to make WARNS=6 work.ed2009-12-261-1/+2
|
* Unbreak the build.ed2009-12-261-2/+1
| | | | | | | I increased the WARNS, but it looks like it breaks certain architectures with more strict alignment requirements (mips, sparc64, ia64). Pointy hat to: me
* Let talkd use utmpx instead of utmp.ed2009-12-251-1/+5
| | | | | Because strings are null terminated now, there is no need to copy ut_line into a separate buffer first. Also enable WARNS.
* Lock down with WFORMAT?=1, with overrides in the subdirectories whichkris2002-02-041-1/+2
| | | | are not yet warning-clean. Tested on i386 and alpha.
* Include ttymsg.h from ../../usr.bin/wall instead of rolling our owndd2001-09-091-0/+1
| | | | prototype.
* - Backout botched attempt to intoduce MANSECT feature.ru2001-03-261-1/+1
| | | | - MAN[1-9] -> MAN.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* add forgotten $Id$wosch1996-09-221-0/+1
|
* Update to new make macros and disable Kerberos because we haven't got itwollman1994-08-051-1/+1
| | | | set up right yet.
* BSD 4.4 Lite Libexec Sourcesrgrimes1994-05-271-0/+8
OpenPOWER on IntegriCloud