summaryrefslogtreecommitdiffstats
path: root/libexec/getty/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Make WARNS=6 the default for libexec/.ed2010-01-021-0/+2
| | | | | | | | | | | | | | | 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.
* Lock down with WFORMAT?=1, with overrides in the subdirectories whichkris2002-02-041-2/+1
| | | | are not yet warning-clean. Tested on i386 and alpha.
* - Backout botched attempt to intoduce MANSECT feature.ru2001-03-261-2/+1
| | | | - MAN[1-9] -> MAN.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Added:davidn1997-02-021-1/+2
| | | | | | | | | | | | ic=expect/send script modem init script ac=expect/send script modem answer script ct#val chat script timeout (seconds) rt#val recycle timeout (seconds) if 'ac' set dc#val debug bitmask for debugging chat scripts hw (boolean) enable crtscts handshaking if=path 'issue' file sent prior login prompt chat.c is a simplistic expect/send chat module.
* 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.
* Finally commit the changes that make getty(8) no longer depend on thejoerg1996-05-051-2/+5
| | | | | | | | | | | | COMPAT_43 cruft. This is supposedly the last core utility that has been using it! (So now, one should be able to remove this option from the config files. Be aware that the last officially released xterm however still requires it.) The getty has been running now for several weeks on my modem line, so i feel safe about it. Obtained from: mostly from the NetBSD vendor-branch
* Replace this with the 1.1.5.1 getty. David says that the 4.4 version is toojkh1994-08-261-2/+2
| | | | | broken to live. Submitted by: jkh
* Implement fbtab ala SunSO.guido1994-08-221-1/+1
| | | | | | Could not compile it (on thud) because ttychar.h was still broken. Reviewed by: Submitted by: guido
* Update to new make macros and disable Kerberos because we haven't got itwollman1994-08-051-2/+2
| | | | set up right yet.
* BSD 4.4 Lite Libexec Sourcesrgrimes1994-05-271-0/+10
OpenPOWER on IntegriCloud