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:
parent
a6ade1a07b
commit
bca3325319
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user