Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/restore revert previous change; not needed.



details:   https://anonhg.NetBSD.org/src/rev/e0a75ee09d1c
branches:  trunk
changeset: 503330:e0a75ee09d1c
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Feb 04 21:38:34 2001 +0000

description:
revert previous change; not needed.

diffstat:

 sbin/restore/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r e93e2fbe6b0d -r e0a75ee09d1c sbin/restore/Makefile
--- a/sbin/restore/Makefile     Sun Feb 04 21:38:01 2001 +0000
+++ b/sbin/restore/Makefile     Sun Feb 04 21:38:34 2001 +0000
@@ -1,9 +1,9 @@
-#      $NetBSD: Makefile,v 1.20 2001/02/04 21:38:01 christos Exp $
+#      $NetBSD: Makefile,v 1.21 2001/02/04 21:38:34 christos Exp $
 #      @(#)Makefile    8.1 (Berkeley) 6/5/93
 
 PROG=  restore
 LINKS= ${BINDIR}/restore ${BINDIR}/rrestore
-CPPFLAGS+=-DRRESTORE -DRDUMP
+CPPFLAGS+=-DRRESTORE
 SRCS=  main.c interactive.c restore.c dirs.c symtab.c tape.c utilities.c \
        dumprmt.c
 MAN=   restore.8



Home | Main Index | Thread Index | Old Index