summaryrefslogtreecommitdiffstats
path: root/sbin/ping6
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2001-08-11 07:11:14 +0000
committerkris <kris@FreeBSD.org>2001-08-11 07:11:14 +0000
commit463ec9f58f2081368d72ec398a1325c6cdca6606 (patch)
treee0c807b9b75614f00925a45d5ac08fabcb5f1355 /sbin/ping6
parent3e581274aa576cbf847b1cf56b18dafb68e336cd (diff)
downloadFreeBSD-src-463ec9f58f2081368d72ec398a1325c6cdca6606.zip
FreeBSD-src-463ec9f58f2081368d72ec398a1325c6cdca6606.tar.gz
Don't hard-code BINOWN and BINGRP (BINGRP was hard-coded to 'bin', which
is the wrong value on FreeBSD). MFC after: 1 week
Diffstat (limited to 'sbin/ping6')
-rw-r--r--sbin/ping6/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/sbin/ping6/Makefile b/sbin/ping6/Makefile
index e688648..cd727f6 100644
--- a/sbin/ping6/Makefile
+++ b/sbin/ping6/Makefile
@@ -5,8 +5,6 @@ MAN= ping6.8
CFLAGS+=-DINET6 -DIPSEC
-BINOWN= root
-BINGRP= bin
BINMODE=4555
LDADD= -lipsec -lmd
OpenPOWER on IntegriCloud