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/timed/timedc/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.sbin/timed') diff --git a/usr.sbin/timed/timedc/Makefile b/usr.sbin/timed/timedc/Makefile index 6963a57..5262f46 100644 --- a/usr.sbin/timed/timedc/Makefile +++ b/usr.sbin/timed/timedc/Makefile @@ -6,6 +6,7 @@ PROG= timedc MAN= timedc.8 SRCS= cmds.c cmdtab.c timedc.c byteorder.c measure.c cksum.c +BINOWN= root BINMODE= 4555 .include "../../Makefile.inc" -- cgit v1.1