diff options
Diffstat (limited to 'sbin/restore/Makefile')
-rw-r--r-- | sbin/restore/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sbin/restore/Makefile b/sbin/restore/Makefile index 13b2f32e72f..b4d614196c0 100644 --- a/sbin/restore/Makefile +++ b/sbin/restore/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 1996/06/23 14:32:13 deraadt Exp $ +# $OpenBSD: Makefile,v 1.3 1996/09/01 15:27:28 deraadt Exp $ # $NetBSD: Makefile,v 1.14 1995/03/18 14:59:39 cgd Exp $ PROG= restore @@ -6,9 +6,6 @@ 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=6555 MAN= restore.8 MLINKS+=restore.8 rrestore.8 .PATH: ${.CURDIR}/../dump |