summaryrefslogtreecommitdiff
path: root/sbin/dump/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/dump/Makefile')
-rw-r--r--sbin/dump/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/sbin/dump/Makefile b/sbin/dump/Makefile
index a3a170e5fce..5a97b92f17b 100644
--- a/sbin/dump/Makefile
+++ b/sbin/dump/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 1996/06/23 14:30:09 deraadt Exp $
+# $OpenBSD: Makefile,v 1.3 1996/09/01 15:31:01 deraadt Exp $
# $NetBSD: Makefile,v 1.16 1995/03/18 14:54:53 cgd Exp $
# dump.h header file
@@ -17,9 +17,8 @@ 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=6555
+BINMODE=2555
MAN= dump.8
MLINKS+=dump.8 rdump.8