Move remote & phones to usr.bin/tip/tip/

Approved by:	re (blanket, pkgbase), will (mentor)
Differential Revision:	https://reviews.freebsd.org/D17219
This commit is contained in:
Brad Davis 2018-09-19 14:56:53 +00:00
parent a6ade1a07b
commit bca3325319
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=338800
4 changed files with 4 additions and 2 deletions

View File

@ -16,10 +16,8 @@ BIN1= \
group \
hosts.allow \
login.access \
phones \
rc.bsdextended \
rc.firewall \
remote \
termcap.small
# NB: keep these sorted by MK_* knobs

View File

@ -31,6 +31,7 @@
# explicitly to remcap.c if not 1024
# CONNECT enable ~C command (connect pgm to remote)
CONFS= phones remote
PROG= tip
LINKS= ${BINDIR}/tip ${BINDIR}/cu
MAN= tip.1 cu.1
@ -47,6 +48,9 @@ SRCS= acu.c acutab.c cmds.c cmdtab.c cu.c hunt.c log.c partab.c \
# -- log.o depends on the Makefile because of ACULOG
acutab.o log.o remote.o: Makefile
# Don't rebuild based on remote.c
remote: .MADE
.include <bsd.prog.mk>
# Dirty, rotten hack. This can be removed when we are confident that there