summaryrefslogtreecommitdiffstats
path: root/sbin/dump
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1998-09-19 22:42:06 +0000
committerobrien <obrien@FreeBSD.org>1998-09-19 22:42:06 +0000
commit18dba2fe217665c3bdc50fb3b3a724645d1e7196 (patch)
tree87d57170c6f0a4c76b83ecc25dd486e71aeb0f14 /sbin/dump
parentb773a127aeed9e7ce9292d3296446a4a19b8d11a (diff)
downloadFreeBSD-src-18dba2fe217665c3bdc50fb3b3a724645d1e7196.zip
FreeBSD-src-18dba2fe217665c3bdc50fb3b3a724645d1e7196.tar.gz
Remove useless `BINOWN=root' now that it is the default.
Diffstat (limited to 'sbin/dump')
-rw-r--r--sbin/dump/Makefile3
1 files changed, 1 insertions, 2 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
OpenPOWER on IntegriCloud