diff options
| author | John Birrell <jb@FreeBSD.org> | 2007-11-18 00:29:36 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 2007-11-18 00:29:36 +0000 |
| commit | 13959da95cf7b0102523a270f57759a669b595c2 (patch) | |
| tree | a8acf136241df857877fbdc122986d6d8d71531c /usr.bin/tip | |
| parent | 425f8c30f8a3c2a4ee0c845fb1fa06297cbe437c (diff) | |
Notes
Diffstat (limited to 'usr.bin/tip')
| -rw-r--r-- | usr.bin/tip/tip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tip/tip/Makefile b/usr.bin/tip/tip/Makefile index 8928621d61fe..b0fd1f8a105b 100644 --- a/usr.bin/tip/tip/Makefile +++ b/usr.bin/tip/tip/Makefile @@ -36,7 +36,7 @@ LINKS= ${BINDIR}/tip ${BINDIR}/cu MAN= tip.1 cu.1 CFLAGS+=-I${.CURDIR} -DDEFBR=9600 -DDEFFS=BUFSIZ -DACULOG -DPRISTINE \ -DCONNECT -DV831 -DVENTEL -DHAYES -DCOURIER -DT3000 -WARNS?= 3 +WARNS?= 2 .PATH: ${.CURDIR}/../libacu 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 \ |
