diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2006-09-01 17:09:09 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2006-09-01 17:09:09 +0000 |
| commit | 934464be64b196ae2a9afdab3ae9753ff9ea8562 (patch) | |
| tree | 18dfa508790cf2e648f2c258794426cd3a9a095e /usr.bin/tip | |
| parent | 401bae3d6b2347e3848e47400d9131b2eba0ed3d (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 606744b09653..8928621d61fe 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?= 0 +WARNS?= 3 .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 \ |
