diff options
author | obrien <obrien@FreeBSD.org> | 1998-09-19 22:42:06 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-09-19 22:42:06 +0000 |
commit | 18dba2fe217665c3bdc50fb3b3a724645d1e7196 (patch) | |
tree | 87d57170c6f0a4c76b83ecc25dd486e71aeb0f14 /sbin | |
parent | b773a127aeed9e7ce9292d3296446a4a19b8d11a (diff) | |
download | FreeBSD-src-18dba2fe217665c3bdc50fb3b3a724645d1e7196.zip FreeBSD-src-18dba2fe217665c3bdc50fb3b3a724645d1e7196.tar.gz |
Remove useless `BINOWN=root' now that it is the default.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/dump/Makefile | 3 | ||||
-rw-r--r-- | sbin/ping/Makefile | 3 | ||||
-rw-r--r-- | sbin/restore/Makefile | 3 | ||||
-rw-r--r-- | sbin/route/Makefile | 1 | ||||
-rw-r--r-- | sbin/shutdown/Makefile | 1 |
5 files changed, 3 insertions, 8 deletions
diff --git a/sbin/dump/Makefile b/sbin/dump/Makefile index a89e2c9..8d12faa 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 329129a..4de6ae1 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 2f6a99c..99f4c2f 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 84fd623..56679e1 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 48847e4..f1eff8d 100644 --- a/sbin/shutdown/Makefile +++ b/sbin/shutdown/Makefile @@ -2,7 +2,6 @@ PROG= shutdown MAN8= shutdown.8 -BINOWN= root BINGRP= operator BINMODE=4550 |