make machine-independent by generatibg syswrite.s on the fly;
[unix-history] / usr / src / sbin / restore / Makefile
index 5e7db6e..414aa0e 100644 (file)
@@ -3,7 +3,7 @@
 # All rights reserved.  The Berkeley software License Agreement
 # specifies the terms and conditions for redistribution.
 #
 # All rights reserved.  The Berkeley software License Agreement
 # specifies the terms and conditions for redistribution.
 #
-#      @(#)Makefile    5.2 (Berkeley) %G%
+#      @(#)Makefile    5.3 (Berkeley) %G%
 #
 DESTDIR=
 CFLAGS= -O
 #
 DESTDIR=
 CFLAGS= -O
@@ -27,8 +27,8 @@ dumprmt.o: ../dump/dumprmt.c
        cc ${CFLAGS} -c ../dump/dumprmt.c
 
 install: rrestore restore
        cc ${CFLAGS} -c ../dump/dumprmt.c
 
 install: rrestore restore
-       install restore ${DESTDIR}/etc/restore
-       install -m 4755 rrestore ${DESTDIR}/etc/rrestore
+       install -s restore ${DESTDIR}/etc/restore
+       install -s -m 4755 rrestore ${DESTDIR}/etc/rrestore
 
 clean:
        rm -f restore rrestore *.o errs a.out core
 
 clean:
        rm -f restore rrestore *.o errs a.out core