aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1998-09-19 22:42:06 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1998-09-19 22:42:06 +0000
commitbe0cde6f10dc8f3b82982c7912af93d61d828d75 (patch)
tree820f2eff6ab08f0d6e29ba0386c043d3c1cb271c
parent25352982e7256bd3744cd30c5b7938f468693816 (diff)
downloadsrc-be0cde6f10dc8f3b82982c7912af93d61d828d75.tar.gz
src-be0cde6f10dc8f3b82982c7912af93d61d828d75.zip
Remove useless `BINOWN=root' now that it is the default.
Notes
Notes: svn path=/head/; revision=39495
-rw-r--r--etc/Makefile5
-rw-r--r--etc/periodic/Makefile.inc4
-rw-r--r--libexec/mail.local/Makefile3
-rw-r--r--sbin/dump/Makefile3
-rw-r--r--sbin/ping/Makefile3
-rw-r--r--sbin/restore/Makefile3
-rw-r--r--sbin/route/Makefile1
-rw-r--r--sbin/shutdown/Makefile1
-rw-r--r--usr.bin/at/Makefile3
-rw-r--r--usr.bin/chpass/Makefile1
-rw-r--r--usr.bin/file/Makefile6
-rw-r--r--usr.bin/keyinfo/Makefile1
-rw-r--r--usr.bin/keyinit/Makefile1
-rw-r--r--usr.bin/limits/Makefile1
-rw-r--r--usr.bin/lock/Makefile1
-rw-r--r--usr.bin/login/Makefile3
-rw-r--r--usr.bin/passwd/Makefile3
-rw-r--r--usr.bin/quota/Makefile1
-rw-r--r--usr.bin/rlogin/Makefile3
-rw-r--r--usr.bin/rsh/Makefile3
-rw-r--r--usr.bin/su/Makefile3
-rw-r--r--usr.sbin/dpt/dpt_ctlinfo/Makefile3
22 files changed, 15 insertions, 41 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 1752efe4912b..2d4f88781d4b 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -1,11 +1,8 @@
# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
-# $Id: Makefile,v 1.171 1998/09/13 23:05:46 brian Exp $
+# $Id: Makefile,v 1.172 1998/09/13 23:14:10 brian Exp $
SUBDIR= sendmail
-# -rw-r--r--
-BINOWN= root
-BINGRP= wheel
BIN1= aliases amd.map crontab csh.cshrc csh.login csh.logout dm.conf \
ftpusers gettytab group hosts host.conf hosts.equiv hosts.lpd \
inetd.conf login.conf login.access motd modems networks \
diff --git a/etc/periodic/Makefile.inc b/etc/periodic/Makefile.inc
index 8967af1dbdbb..c680f695db66 100644
--- a/etc/periodic/Makefile.inc
+++ b/etc/periodic/Makefile.inc
@@ -1,8 +1,6 @@
-# $Id: Makefile.inc,v 1.1.1.1 1997/08/16 17:04:00 pst Exp $
+# $Id: Makefile.inc,v 1.2 1998/05/31 11:38:25 bde Exp $
BINDIR= /etc/periodic/${.CURDIR:T}
-BINOWN= root
-BINGRP= wheel
NOOBJ=
beforeinstall:
diff --git a/libexec/mail.local/Makefile b/libexec/mail.local/Makefile
index 98f9108066a9..02f33fc1aaee 100644
--- a/libexec/mail.local/Makefile
+++ b/libexec/mail.local/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 7/19/93
-# $Id: Makefile,v 1.7 1997/02/22 14:21:47 peter Exp $
+# $Id: Makefile,v 1.8 1998/08/04 15:30:17 peter Exp $
.PATH: ${.CURDIR}/../../contrib/sendmail/mail.local \
${.CURDIR}/../../contrib/sendmail/src
@@ -7,7 +7,6 @@
PROG= mail.local
SRCS= mail.local.c snprintf.c
MAN8= mail.local.8
-BINOWN= root
BINMODE=4555
INSTALLFLAGS=-fschg
diff --git a/sbin/dump/Makefile b/sbin/dump/Makefile
index a89e2c910955..8d12faa6d513 100644
--- a/sbin/dump/Makefile
+++ b/sbin/dump/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/5/93
-# $Id$
+# $Id: Makefile,v 1.7 1998/08/06 21:40:13 markm Exp $
# dump.h header file
# itime.c reads /etc/dumpdates
@@ -17,7 +17,6 @@ PROG= dump
LINKS= ${BINDIR}/dump ${BINDIR}/rdump
CFLAGS+=-DRDUMP
SRCS= itime.c main.c optr.c dumprmt.c tape.c traverse.c unctime.c
-BINOWN= root
BINGRP= tty
BINMODE=2555
MAN8= dump.8
diff --git a/sbin/ping/Makefile b/sbin/ping/Makefile
index 329129aba392..4de6ae10bf83 100644
--- a/sbin/ping/Makefile
+++ b/sbin/ping/Makefile
@@ -1,9 +1,8 @@
# @(#)Makefile 8.1 (Berkeley) 6/5/93
-# $Id: Makefile,v 1.5 1997/12/16 15:03:14 bde Exp $
+# $Id: Makefile,v 1.6 1998/09/05 15:11:47 dfr Exp $
PROG= ping
MAN8= ping.8
-BINOWN= root
BINMODE=4555
COPTS+= -Wall -Wmissing-prototypes
.if ${MACHINE_ARCH} == "alpha"
diff --git a/sbin/restore/Makefile b/sbin/restore/Makefile
index 2f6a99cbc15d..99f4c2fcb0b8 100644
--- a/sbin/restore/Makefile
+++ b/sbin/restore/Makefile
@@ -1,12 +1,11 @@
# @(#)Makefile 8.1 (Berkeley) 6/5/93
-# $Id$
+# $Id: Makefile,v 1.8 1998/08/06 21:41:13 markm Exp $
PROG= restore
LINKS= ${BINDIR}/restore ${BINDIR}/rrestore
CFLAGS+=-DRRESTORE
SRCS= main.c interactive.c restore.c dirs.c symtab.c tape.c utilities.c \
dumprmt.c
-BINOWN= root
BINGRP= tty
BINMODE=2555
MAN8= restore.8
diff --git a/sbin/route/Makefile b/sbin/route/Makefile
index 84fd6231ea0b..56679e1fd5ab 100644
--- a/sbin/route/Makefile
+++ b/sbin/route/Makefile
@@ -5,7 +5,6 @@ MAN8= route.8
SRCS= route.c keywords.h
CFLAGS+=-I. -Wall -DNS
CLEANFILES+=keywords.h
-BINOWN= root
BINMODE=4555
keywords.h: keywords
diff --git a/sbin/shutdown/Makefile b/sbin/shutdown/Makefile
index 48847e472234..f1eff8df6579 100644
--- a/sbin/shutdown/Makefile
+++ b/sbin/shutdown/Makefile
@@ -2,7 +2,6 @@
PROG= shutdown
MAN8= shutdown.8
-BINOWN= root
BINGRP= operator
BINMODE=4550
diff --git a/usr.bin/at/Makefile b/usr.bin/at/Makefile
index 07b142495b9d..55d78b9fbd12 100644
--- a/usr.bin/at/Makefile
+++ b/usr.bin/at/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.6 1997/02/22 19:54:03 peter Exp $
+# $Id: Makefile,v 1.7 1998/06/09 04:07:08 imp Exp $
.include "${.CURDIR}/Makefile.inc"
@@ -11,7 +11,6 @@ MLINKS= at.1 batch.1 \
at.1 atq.1 \
at.1 atrm.1
-BINOWN= root
BINMODE= 4555
MANSRC= .
CLEANFILES += ${MAN1}
diff --git a/usr.bin/chpass/Makefile b/usr.bin/chpass/Makefile
index 8b887f823b9a..f19a25730d1f 100644
--- a/usr.bin/chpass/Makefile
+++ b/usr.bin/chpass/Makefile
@@ -5,7 +5,6 @@ SRCS= chpass.c edit.c field.c pw_copy.c pw_scan.c pw_util.c pw_yp.c \
table.c util.c ypxfr_misc.c ${GENSRCS}
GENSRCS=yp.h yp_clnt.c yppasswd.h yppasswd_clnt.c yppasswd_private.h \
yppasswd_private_clnt.c yppasswd_private_xdr.c
-BINOWN= root
BINMODE=4555
.PATH: ${.CURDIR}/../../usr.sbin/pwd_mkdb ${.CURDIR}/../../usr.sbin/vipw \
${.CURDIR}/../../libexec/ypxfr \
diff --git a/usr.bin/file/Makefile b/usr.bin/file/Makefile
index 5ca63c6bdcd3..2e00f0bc0861 100644
--- a/usr.bin/file/Makefile
+++ b/usr.bin/file/Makefile
@@ -1,6 +1,6 @@
# Makefile for file(1) cmd.
# Copyright (c) Ian F. Darwin 86/09/01 - see LEGAL.NOTICE.
-# @(#)$Id: Makefile,v 1.10 1997/03/18 19:37:15 mpp Exp $
+# @(#)$Id: Makefile,v 1.11 1997/04/04 02:42:53 mpp Exp $
#
# This software is not subject to any license of the American Telephone
# and Telegraph Company or of the Regents of the University of California.
@@ -25,8 +25,6 @@
# Hacked and dismembered for bmake (Geoff Rehmet).
MAGICDIR= /usr/share/misc
-MAGICOWN= bin
-MAGICGRP= bin
MAGICMODE= 444
CFLAGS+= -DMAGIC='"$(MAGICDIR)/magic"' -DBUILTIN_ELF
@@ -50,7 +48,7 @@ magic: $(MAGFILES)
cat $(MAGFILES) > $(.TARGET)
beforeinstall:
- $(INSTALL) $(COPY) -o $(MAGICOWN) -g $(MAGICGRP) -m $(MAGICMODE) \
+ $(INSTALL) $(COPY) -o $(BINOWN) -g $(BINGRP) -m $(MAGICMODE) \
magic $(DESTDIR)$(MAGICDIR)/magic
.include <bsd.prog.mk>
diff --git a/usr.bin/keyinfo/Makefile b/usr.bin/keyinfo/Makefile
index 93bfb8a34c81..1fdd57cdf742 100644
--- a/usr.bin/keyinfo/Makefile
+++ b/usr.bin/keyinfo/Makefile
@@ -1,6 +1,5 @@
# @(#)Makefile 5.5 (Berkeley) 7/1/90
-BINOWN= root
BINMODE=4555
MAN1= keyinfo.1
diff --git a/usr.bin/keyinit/Makefile b/usr.bin/keyinit/Makefile
index 0292d37f836e..41de62de1de8 100644
--- a/usr.bin/keyinit/Makefile
+++ b/usr.bin/keyinit/Makefile
@@ -6,7 +6,6 @@ SRCS= skeyinit.c
CFLAGS+= -D_SKEY_INTERNAL
-BINOWN= root
BINMODE=4555
DPADD= ${LIBSKEY} ${LIBCRYPT} ${LIBMD}
diff --git a/usr.bin/limits/Makefile b/usr.bin/limits/Makefile
index 885930fbd7b5..d6065930a256 100644
--- a/usr.bin/limits/Makefile
+++ b/usr.bin/limits/Makefile
@@ -7,7 +7,6 @@ CFLAGS+=-Wall
LDADD+= -lutil
DPADD+= ${LIBUTIL}
-BINOWN= root
BINMODE=0555
.include <bsd.prog.mk>
diff --git a/usr.bin/lock/Makefile b/usr.bin/lock/Makefile
index 1a55d41805c7..a4b697a51b57 100644
--- a/usr.bin/lock/Makefile
+++ b/usr.bin/lock/Makefile
@@ -1,7 +1,6 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= lock
-BINOWN= root
BINMODE=4555
DPADD= ${LIBCRYPT}
LDADD= -lcrypt
diff --git a/usr.bin/login/Makefile b/usr.bin/login/Makefile
index 4c7615ae3df6..71fa73e5f569 100644
--- a/usr.bin/login/Makefile
+++ b/usr.bin/login/Makefile
@@ -1,5 +1,5 @@
# From: @(#)Makefile 8.1 (Berkeley) 7/19/93
-# $Id$
+# $Id: Makefile,v 1.20 1998/08/06 21:37:04 markm Exp $
PROG= login
MAN1= login.1
@@ -26,7 +26,6 @@ LDADD+= -lkrb -ldes
DISTRIBUTION= krb
.endif
-BINOWN= root
BINMODE=4555
INSTALLFLAGS=-fschg
diff --git a/usr.bin/passwd/Makefile b/usr.bin/passwd/Makefile
index 4909e57f0f1a..cfa98db53e4a 100644
--- a/usr.bin/passwd/Makefile
+++ b/usr.bin/passwd/Makefile
@@ -1,5 +1,5 @@
# From: @(#)Makefile 8.3 (Berkeley) 4/2/94
-# $Id$
+# $Id: Makefile,v 1.29 1998/08/06 21:37:51 markm Exp $
PROG= passwd
SRCS= local_passwd.c passwd.c pw_copy.c pw_util.c pw_yp.c \
@@ -49,7 +49,6 @@ yppasswd_private_xdr.c: ${RPCSRC_PRIV}
yppasswd_private_clnt.c: ${RPCSRC_PRIV}
${RPCGEN} -l -o ${.TARGET} ${RPCSRC_PRIV}
-BINOWN= root
BINMODE=4555
MAN1=passwd.1
LINKS=${BINDIR}/passwd ${BINDIR}/yppasswd
diff --git a/usr.bin/quota/Makefile b/usr.bin/quota/Makefile
index de2b4a82008a..f9093b3d2b5b 100644
--- a/usr.bin/quota/Makefile
+++ b/usr.bin/quota/Makefile
@@ -1,7 +1,6 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= quota
-BINOWN= root
BINMODE=4555
DPADD= ${LIBRPCSVC}
diff --git a/usr.bin/rlogin/Makefile b/usr.bin/rlogin/Makefile
index 293a34b0c257..7784633b4580 100644
--- a/usr.bin/rlogin/Makefile
+++ b/usr.bin/rlogin/Makefile
@@ -1,11 +1,10 @@
# @(#)Makefile 8.1 (Berkeley) 7/19/93
-# $Id: Makefile,v 1.10 1998/08/06 21:38:27 markm Exp $
+# $Id: Makefile,v 1.11 1998/09/05 00:31:38 jb Exp $
PROG= rlogin
SRCS= rlogin.c
CFLAGS+=-Wall
-BINOWN= root
BINMODE=4555
INSTALLFLAGS=-fschg
diff --git a/usr.bin/rsh/Makefile b/usr.bin/rsh/Makefile
index 4165d493eef5..264374c11b9f 100644
--- a/usr.bin/rsh/Makefile
+++ b/usr.bin/rsh/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 7/19/93
-# $Id: Makefile,v 1.6 1998/08/06 21:39:12 markm Exp $
+# $Id: Makefile,v 1.7 1998/09/05 00:32:27 jb Exp $
PROG= rsh
SRCS= rsh.c
@@ -19,7 +19,6 @@ DISTRIBUTION= krb
.PATH: ${.CURDIR}/../../crypto/kerberosIV/appl/bsd
.endif
-BINOWN= root
BINMODE=4555
INSTALLFLAGS=-fschg
diff --git a/usr.bin/su/Makefile b/usr.bin/su/Makefile
index 798b67d2a7ca..c6989117c59d 100644
--- a/usr.bin/su/Makefile
+++ b/usr.bin/su/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 7/19/93
-# $Id: Makefile,v 1.19 1998/08/30 17:02:51 gpalmer Exp $
+# $Id: Makefile,v 1.20 1998/09/02 14:46:20 bde Exp $
PROG= su
SRCS= su.c
@@ -28,7 +28,6 @@ LDADD+= -lkrb -ldes
DISTRIBUTION= krb
.endif
-BINOWN= root
BINMODE=4555
INSTALLFLAGS=-fschg
diff --git a/usr.sbin/dpt/dpt_ctlinfo/Makefile b/usr.sbin/dpt/dpt_ctlinfo/Makefile
index d3e94c7a1ed0..222b62eea5ab 100644
--- a/usr.sbin/dpt/dpt_ctlinfo/Makefile
+++ b/usr.sbin/dpt/dpt_ctlinfo/Makefile
@@ -1,12 +1,11 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93
-# $Id: Makefile,v 1.1 1998/01/26 06:20:36 julian Exp $
+# $Id: Makefile,v 1.2 1998/08/06 21:19:09 eivind Exp $
PROG= dpt_ctlinfo
SRCS= dpt_ctlinfo.c
CFLAGS+=-Wall -I${.CURDIR}/../../../sys
BINMODE=500
-BINOWN= root
MAN8= dpt_ctlinfo.8
.include <bsd.prog.mk>