BSD 4_4 release
[unix-history] / usr / src / old / adb / scripts.vax / Makefile
index 0bc3144..59deca0 100644 (file)
@@ -1,13 +1,14 @@
-#      @(#)Makefile    5.5 (Berkeley) %G%
+#      @(#)Makefile    5.7 (Berkeley) 4/26/93
 
 LIST=  dirblk dmcstats findproc.nxt frame ifuba ifubinfo ifxmt \
        mba_device mba_hd pcb proc setproc.nxt stacktrace trapframe \
        ubahd
 
 LIST=  dirblk dmcstats findproc.nxt frame ifuba ifubinfo ifxmt \
        mba_device mba_hd pcb proc setproc.nxt stacktrace trapframe \
        ubahd
+NOOBJ= noobj
 
 all clean cleandir depend lint tags:
 
 install:
        install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${LIST} \
 
 all clean cleandir depend lint tags:
 
 install:
        install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${LIST} \
-           ${DESTDIR}/usr/libdata/adb
+           ${DESTDIR}/usr/old/libdata/adb
 
 
-.include <bsd.own.mk>
+.include <bsd.prog.mk>