aboutsummaryrefslogtreecommitdiff
path: root/sbin/ping/Makefile
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-09-13 06:48:18 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-09-13 06:48:18 +0000
commitcda2a9b2f0ab38e44572729b85e2ef744b6c831f (patch)
tree803f734f43871d3306b26ad1076e0452dd8cbc56 /sbin/ping/Makefile
parent9b8a07ff32be4e7e099bc1526c741b9b1c722294 (diff)
downloadsrc-cda2a9b2f0ab38e44572729b85e2ef744b6c831f.tar.gz
src-cda2a9b2f0ab38e44572729b85e2ef744b6c831f.zip
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.
Notes
Notes: svn path=/head/; revision=83391
Diffstat (limited to 'sbin/ping/Makefile')
-rw-r--r--sbin/ping/Makefile1
1 files changed, 1 insertions, 0 deletions
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"