summaryrefslogtreecommitdiff
path: root/usr.bin/tip/Makefile
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@cvs.openbsd.org>2010-06-29 16:44:39 +0000
committerNicholas Marriott <nicm@cvs.openbsd.org>2010-06-29 16:44:39 +0000
commite0925826a8988131a74664c5b972bd243bb21b7e (patch)
tree97704aeb78ac8c09b1903396bdecf137cf147c20 /usr.bin/tip/Makefile
parentb3edb9879a3bc199405b037a900f316d4f77e005 (diff)
Nuke -DCONNECT and -DACULOG which we always set, also trim huge useless comment
from Makefile.
Diffstat (limited to 'usr.bin/tip/Makefile')
-rw-r--r--usr.bin/tip/Makefile19
1 files changed, 2 insertions, 17 deletions
diff --git a/usr.bin/tip/Makefile b/usr.bin/tip/Makefile
index e83ece49908..c3168f542c2 100644
--- a/usr.bin/tip/Makefile
+++ b/usr.bin/tip/Makefile
@@ -1,24 +1,9 @@
-# $OpenBSD: Makefile,v 1.12 2010/06/29 16:41:56 nicm Exp $
-#
-# Files are:
-# /etc/remote remote host description file
-# /var/log/aculog ACU accounting file, owned by ${OWNER} and
-# mode 6?? {if ACULOG defined}
-#
-# Configuration defines:
-# ACULOG turn on tip logging of ACU use
-# CONNECT worthless command
-# DEFBR default baud rate to make connection at
-# DEFFS default frame size for FTP buffering of
-# writes on local side
-# BUFSIZ buffer sizing from stdio, must be fed
-# explicitly to remcap.c if not 1024
-# CONNECT enable ~C command (connect pgm to remote)
+# $OpenBSD: Makefile,v 1.13 2010/06/29 16:44:38 nicm Exp $
PROG= tip
LINKS= ${BINDIR}/tip ${BINDIR}/cu
MAN= tip.1 cu.1
-CFLAGS+=-I${.CURDIR} -DDEFBR=9600 -DDEFFS=BUFSIZ -DACULOG -DCONNECT
+CFLAGS+=-I${.CURDIR} -DDEFBR=9600 -DDEFFS=BUFSIZ
SRCS= cmds.c cmdtab.c cu.c hunt.c log.c partab.c remote.c tip.c \
tipout.c uucplock.c value.c vars.c