summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1998-09-21 08:41:35 +0000
committerobrien <obrien@FreeBSD.org>1998-09-21 08:41:35 +0000
commit14d606547b2abcddd219f4ee712c150e1a7c79a7 (patch)
tree6e47d23174406537ee744613ff4c5184a8d535fb
parentb65a162445da436af501c17fb4d50164c1c63c5f (diff)
downloadFreeBSD-src-14d606547b2abcddd219f4ee712c150e1a7c79a7.zip
FreeBSD-src-14d606547b2abcddd219f4ee712c150e1a7c79a7.tar.gz
Makefile.inc was conditionally setting vars already set by bsd.own.mk
which is read before tip's own Makefile is. Move those varables here where they will do some good.
-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 4a9bb26..0000000
--- 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 af720f3..79bac7a 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>
OpenPOWER on IntegriCloud