diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2005-05-24 22:23:06 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2005-05-24 22:23:06 +0000 |
commit | 0a5e19e740778be602187517aefc7f3c9cab3ac2 (patch) | |
tree | 24e786a1f642b41679868bd258818eeab646b0f5 /usr.bin/tip | |
parent | 54848afd8dd147aceb9a182ebed245b5ff95492f (diff) |
Remove -ansi as that means expose only C89 interfaces.
Diffstat (limited to 'usr.bin/tip')
-rw-r--r-- | usr.bin/tip/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
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 \ |