aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tip/tip/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/tip/tip/Makefile')
-rw-r--r--usr.bin/tip/tip/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/tip/tip/Makefile b/usr.bin/tip/tip/Makefile
index a8ed43f7c579..f177ad15d3b8 100644
--- a/usr.bin/tip/tip/Makefile
+++ b/usr.bin/tip/tip/Makefile
@@ -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