=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tip/Attic/Makefile,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- src/usr.bin/tip/Attic/Makefile 2001/09/23 06:15:30 1.9 +++ src/usr.bin/tip/Attic/Makefile 2005/05/24 22:23:04 1.10 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2001/09/23 06:15:30 pvalchev Exp $ +# $OpenBSD: Makefile,v 1.10 2005/05/24 22:23:04 millert Exp $ # # Files are: # /etc/remote remote host description file @@ -33,9 +33,8 @@ PROG= tip LINKS= ${BINDIR}/tip ${BINDIR}/cu MLINKS= tip.1 cu.1 -CFLAGS+=-I${.CURDIR} -ansi -pedantic \ - -DDEFBR=9600 -DDEFFS=BUFSIZ -DACULOG -DPRISTINE -DCONNECT \ - -DV831 -DVENTEL -DHAYES -DCOURIER -DT3000 +CFLAGS+=-I${.CURDIR} -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 \ remote.c tip.c tipout.c uucplock.c value.c vars.c \