From 18dba2fe217665c3bdc50fb3b3a724645d1e7196 Mon Sep 17 00:00:00 2001 From: obrien Date: Sat, 19 Sep 1998 22:42:06 +0000 Subject: Remove useless `BINOWN=root' now that it is the default. --- sbin/dump/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sbin/dump') 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 -- cgit v1.1