move scripts from /usr/libdata to /usr/old/libdata
[unix-history] / usr / src / old / adb / scripts.tahoe / Makefile
index 05f0644..7b0d611 100644 (file)
@@ -1,4 +1,4 @@
-#      @(#)Makefile    5.6 (Berkeley) %G%
+#      @(#)Makefile    5.7 (Berkeley) %G%
 
 LIST=  dirblk findproc.nxt frame pcb proc setproc.nxt trapframe
 NOOBJ= noobj
 
 LIST=  dirblk findproc.nxt frame pcb proc setproc.nxt trapframe
 NOOBJ= noobj
@@ -7,6 +7,6 @@ all clean cleandir depend lint tags:
 
 install:
        install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${LIST} \
 
 install:
        install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${LIST} \
-           ${DESTDIR}/usr/libdata/adb
+           ${DESTDIR}/usr/old/libdata/adb
 
 .include <bsd.prog.mk>
 
 .include <bsd.prog.mk>