summaryrefslogtreecommitdiffstats
path: root/libexec/getty/Makefile
diff options
context:
space:
mode:
authordavidn <davidn@FreeBSD.org>1997-02-02 14:24:57 +0000
committerdavidn <davidn@FreeBSD.org>1997-02-02 14:24:57 +0000
commitc6f2c739399a263085b3a2fede442eb34b352638 (patch)
tree38ad4d1d669a24d80c631c3373fb8810d17d7643 /libexec/getty/Makefile
parent5e164803b672cd060a6e5221a45ce2b35801c224 (diff)
downloadFreeBSD-src-c6f2c739399a263085b3a2fede442eb34b352638.zip
FreeBSD-src-c6f2c739399a263085b3a2fede442eb34b352638.tar.gz
Added:
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.
Diffstat (limited to 'libexec/getty/Makefile')
-rw-r--r--libexec/getty/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/getty/Makefile b/libexec/getty/Makefile
index 9ee0a62..cfd805f 100644
--- a/libexec/getty/Makefile
+++ b/libexec/getty/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PROG= getty
-SRCS= main.c init.c subr.c
+SRCS= main.c init.c subr.c chat.c
DPADD= ${LIBUTIL}
LDADD= -lutil
MAN5= gettytab.5 ttys.5
@@ -11,3 +11,4 @@ MAN8= getty.8
#CFLAGS+= -Wall -Wstrict-prototypes -Wno-unused -Wwrite-strings
.include <bsd.prog.mk>
+
OpenPOWER on IntegriCloud