move scripts from /usr/libdata to /usr/old/libdata
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 27 Apr 1993 10:09:57 +0000 (02:09 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 27 Apr 1993 10:09:57 +0000 (02:09 -0800)
SCCS-vsn: old/adb/scripts.tahoe/Makefile 5.7
SCCS-vsn: old/adb/scripts.vax/Makefile 5.7
SCCS-vsn: old/adb/common_scripts/Makefile 5.8

usr/src/old/adb/common_scripts/Makefile
usr/src/old/adb/scripts.tahoe/Makefile
usr/src/old/adb/scripts.vax/Makefile

index 8b52ab8..4bafaf2 100644 (file)
@@ -1,4 +1,4 @@
-#      @(#)Makefile    5.7 (Berkeley) %G%
+#      @(#)Makefile    5.8 (Berkeley) %G%
 
 LIST=  buf callout callout.next clist clist.nxt dino dir dir.nxt \
        dmap file filsys findinode findinode.nxt findproc host.nxt \
 
 LIST=  buf callout callout.next clist clist.nxt dino dir dir.nxt \
        dmap file filsys findinode findinode.nxt findproc host.nxt \
@@ -15,6 +15,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>
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>
index f8bbef4..050ee7c 100644 (file)
@@ -1,4 +1,4 @@
-#      @(#)Makefile    5.6 (Berkeley) %G%
+#      @(#)Makefile    5.7 (Berkeley) %G%
 
 LIST=  dirblk dmcstats findproc.nxt frame ifuba ifubinfo ifxmt \
        mba_device mba_hd pcb proc setproc.nxt stacktrace trapframe \
 
 LIST=  dirblk dmcstats findproc.nxt frame ifuba ifubinfo ifxmt \
        mba_device mba_hd pcb proc setproc.nxt stacktrace trapframe \
@@ -9,6 +9,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>