summaryrefslogtreecommitdiff
path: root/usr.bin/tip/Makefile
diff options
context:
space:
mode:
authorPeter Valchev <pvalchev@cvs.openbsd.org>2001-09-23 06:15:31 +0000
committerPeter Valchev <pvalchev@cvs.openbsd.org>2001-09-23 06:15:31 +0000
commit3e86e497af3299c7217b3923477aa80040fd9a05 (patch)
treecc3ad89f728a291d2f2d1767ef2a1a23736fc21c /usr.bin/tip/Makefile
parent2153321d6fa804aa33f55b8f3698ae1e3fd182da (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/Makefile4
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 \