From cda2a9b2f0ab38e44572729b85e2ef744b6c831f Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov 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. --- sbin/ping/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'sbin/ping/Makefile') diff --git a/sbin/ping/Makefile b/sbin/ping/Makefile index 45ca4497d746..a557b371f1c2 100644 --- a/sbin/ping/Makefile +++ b/sbin/ping/Makefile @@ -3,6 +3,7 @@ PROG= ping MAN= ping.8 +BINOWN= root BINMODE=4555 CFLAGS+=-Wall -Wmissing-prototypes .if ${MACHINE_ARCH} == "alpha" -- cgit v1.2.3