From 14d606547b2abcddd219f4ee712c150e1a7c79a7 Mon Sep 17 00:00:00 2001 From: obrien Date: Mon, 21 Sep 1998 08:41:35 +0000 Subject: 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. --- usr.bin/tip/Makefile.inc | 5 ----- usr.bin/tip/tip/Makefile | 8 ++++++++ 2 files changed, 8 insertions(+), 5 deletions(-) delete mode 100644 usr.bin/tip/Makefile.inc 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 -- cgit v1.1