diff options
author | Peter Valchev <pvalchev@cvs.openbsd.org> | 2001-09-23 06:15:31 +0000 |
---|---|---|
committer | Peter Valchev <pvalchev@cvs.openbsd.org> | 2001-09-23 06:15:31 +0000 |
commit | 3e86e497af3299c7217b3923477aa80040fd9a05 (patch) | |
tree | cc3ad89f728a291d2f2d1767ef2a1a23736fc21c /usr.bin/tip/Makefile | |
parent | 2153321d6fa804aa33f55b8f3698ae1e3fd182da (diff) |
for cu, default to 9600 baud rate instead of 1200
mention what the default is in the man page
ok millert
Diffstat (limited to 'usr.bin/tip/Makefile')
-rw-r--r-- | usr.bin/tip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tip/Makefile b/usr.bin/tip/Makefile index 94b14a56cd9..8d269d65cbd 100644 --- a/usr.bin/tip/Makefile +++ b/usr.bin/tip/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2001/09/09 17:04:55 millert Exp $ +# $OpenBSD: Makefile,v 1.9 2001/09/23 06:15:30 pvalchev Exp $ # # Files are: # /etc/remote remote host description file @@ -34,7 +34,7 @@ PROG= tip LINKS= ${BINDIR}/tip ${BINDIR}/cu MLINKS= tip.1 cu.1 CFLAGS+=-I${.CURDIR} -ansi -pedantic \ - -DDEFBR=1200 -DDEFFS=BUFSIZ -DACULOG -DPRISTINE -DCONNECT \ + -DDEFBR=9600 -DDEFFS=BUFSIZ -DACULOG -DPRISTINE -DCONNECT \ -DV831 -DVENTEL -DHAYES -DCOURIER -DT3000 .PATH: ${.CURDIR}/aculib SRCS= acu.c acutab.c cmds.c cmdtab.c cu.c hunt.c log.c partab.c \ |