be sure to install in the correct place
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Tue, 17 May 1983 03:57:43 +0000 (19:57 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Tue, 17 May 1983 03:57:43 +0000 (19:57 -0800)
SCCS-vsn: sbin/restore/Makefile 4.8

usr/src/sbin/restore/Makefile

index 035f7b6..2e2ea04 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.7     (Berkeley)      %G%
+#      @(#)Makefile    4.8     (Berkeley)      %G%
 #
 DESTDIR=
 CFLAGS= -O
 #
 DESTDIR=
 CFLAGS= -O
@@ -19,8 +19,8 @@ rtape.o: rtape.c
        cc ${CFLAGS} -c -DRRESTOR rtape.c
 
 install: rrestore restore
        cc ${CFLAGS} -c -DRRESTOR rtape.c
 
 install: rrestore restore
-       install restore ${DESTDIR}/etc/restor
-       install -m 4755 rrestore ${DESTDIR}/etc/rrestor
+       install restore ${DESTDIR}/etc/restore
+       install -m 4755 rrestore ${DESTDIR}/etc/rrestore
 
 clean:
        rm -f restore rrestore *.o errs
 
 clean:
        rm -f restore rrestore *.o errs