diff options
author | ache <ache@FreeBSD.org> | 1994-12-04 22:20:42 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1994-12-04 22:20:42 +0000 |
commit | 2e90690c74008ca70c9b0de6dce581f3689c2f0f (patch) | |
tree | 4abbeffae3962c0d53c540038b14369cc0439ba2 /usr.bin | |
parent | 0cc495c8abedeeeb1ef78dfc8c4a89efad913350 (diff) | |
download | FreeBSD-src-2e90690c74008ca70c9b0de6dce581f3689c2f0f.zip FreeBSD-src-2e90690c74008ca70c9b0de6dce581f3689c2f0f.tar.gz |
Don't install as 'cu', it breaks Taylor 'cu' installed in the same
directory. Taylor 'cu' is much more powerful than this cheap 'tip'
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/tip/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/tip/Makefile b/usr.bin/tip/Makefile index 21514ed5..757b4f8 100644 --- a/usr.bin/tip/Makefile +++ b/usr.bin/tip/Makefile @@ -38,8 +38,6 @@ CFLAGS+=-I${.CURDIR} \ BINOWN= uucp BINGRP= dialer BINMODE=4510 -LINKS= ${BINDIR}/tip ${BINDIR}/cu -MLINKS= tip.1 cu.1 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 \ biz22.c courier.c df.c dn11.c hayes.c t3000.c v3451.c v831.c ventel.c |