aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tip
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1998-09-21 08:41:35 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1998-09-21 08:41:35 +0000
commit6d7cd12a6c90c5afe3f52ada2020bdd5e20ba34c (patch)
tree2347187ce90ce7f24e08fd9ad87609dbc9257bd3 /usr.bin/tip
parentd6bc2e88c11f78517b1de2557936234a55555d9a (diff)
Notes
Diffstat (limited to 'usr.bin/tip')
-rw-r--r--usr.bin/tip/Makefile.inc5
-rw-r--r--usr.bin/tip/tip/Makefile8
2 files changed, 8 insertions, 5 deletions
diff --git a/usr.bin/tip/Makefile.inc b/usr.bin/tip/Makefile.inc
deleted file mode 100644
index 4a9bb26077a47..0000000000000
--- a/usr.bin/tip/Makefile.inc
+++ /dev/null
@@ -1,5 +0,0 @@
-# These are mostly just for tip, but they're more visible up here.
-BINDIR?= /usr/bin
-BINOWN?= uucp
-BINGRP?= dialer
-BINMODE?= 4510
diff --git a/usr.bin/tip/tip/Makefile b/usr.bin/tip/tip/Makefile
index af720f3e7776b..79bac7a043b8a 100644
--- a/usr.bin/tip/tip/Makefile
+++ b/usr.bin/tip/tip/Makefile
@@ -22,4 +22,12 @@ MAN5= modems.5
SRCS= acu.c acutab.c cmds.c cmdtab.c cu.c hunt.c log.c partab.c \
remote.c tip.c tipout.c value.c vars.c
+BINDIR?= /usr/bin
+BINOWN= uucp
+BINGRP= dialer
+#BINMODE?= 4510
+
+# XXX: there is some concern that `tip' in its current state shouldn't run
+# SUID. If it believed it should, the mode above may still no be proper.
+
.include <bsd.prog.mk>