From 0a5e19e740778be602187517aefc7f3c9cab3ac2 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Tue, 24 May 2005 22:23:06 +0000 Subject: Remove -ansi as that means expose only C89 interfaces. --- usr.bin/tip/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'usr.bin/tip') diff --git a/usr.bin/tip/Makefile b/usr.bin/tip/Makefile index 8d269d65cbd..6e86d43c7e1 100644 --- a/usr.bin/tip/Makefile +++ b/usr.bin/tip/Makefile @@ -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 \ -- cgit v1.2.3