use RRESTORE
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Thu, 19 May 1983 16:24:09 +0000 (08:24 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Thu, 19 May 1983 16:24:09 +0000 (08:24 -0800)
SCCS-vsn: sbin/restore/Makefile 4.9

usr/src/sbin/restore/Makefile

index 2e2ea04..a204682 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright (c) 1982 Regents of the University of California
 #
 # Copyright (c) 1982 Regents of the University of California
 #
-#      @(#)Makefile    4.8     (Berkeley)      %G%
+#      @(#)Makefile    4.9     (Berkeley)      %G%
 #
 DESTDIR=
 CFLAGS= -O
 #
 DESTDIR=
 CFLAGS= -O
@@ -16,7 +16,7 @@ rrestore: ${OBJS} rtape.o dumprmt.o
        cc ${LDFLAGS} -o rrestore ${OBJS} rtape.o dumprmt.o -ljobs
 
 rtape.o: rtape.c
        cc ${LDFLAGS} -o rrestore ${OBJS} rtape.o dumprmt.o -ljobs
 
 rtape.o: rtape.c
-       cc ${CFLAGS} -c -DRRESTOR rtape.c
+       cc ${CFLAGS} -c -DRRESTORE rtape.c
 
 install: rrestore restore
        install restore ${DESTDIR}/etc/restore
 
 install: rrestore restore
        install restore ${DESTDIR}/etc/restore