From bc205d4152b4848268ee74e8531bdebcfa025808 Mon Sep 17 00:00:00 2001 From: ru Date: Thu, 13 Sep 2001 06:48:18 +0000 Subject: Set BINOWN=root explicitly for setuid root binaries. This is not "useless", as one may have non-default setting for BINOWN in make.conf, and we still want these to be installed setuid root in this case. --- usr.sbin/traceroute/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.sbin/traceroute') diff --git a/usr.sbin/traceroute/Makefile b/usr.sbin/traceroute/Makefile index 6e22227..bdd65b4 100644 --- a/usr.sbin/traceroute/Makefile +++ b/usr.sbin/traceroute/Makefile @@ -6,6 +6,7 @@ TRACEROUTE_DISTDIR?= ${.CURDIR}/../../contrib/traceroute PROG= traceroute MAN= traceroute.8 SRCS= version.c traceroute.c +BINOWN= root BINMODE=4555 CLEANFILES= version.c -- cgit v1.1