#!/bin/sh
PATH=/sbin:/usr/sbin:/bin:/usr/bin:/etc:/usr/etc export PATH
if [ -f $BASEDIR/sys/Series5/kbus/OBJ/heap_kmem.o ]; then
	cp $BASEDIR/sys/Series5/kbus/OBJ/heap_kmem.o $PKGSAV/sys.Series5.kbus.OBJ.heap_kmem.o.$PKGINST
	chmod 000 $PKGSAV/sys.Series5.kbus.OBJ.heap_kmem.o.$PKGINST
fi
if [ -f $BASEDIR/sys/Series6/kbus/OBJ/heap_kmem.o ]; then
	cp $BASEDIR/sys/Series6/kbus/OBJ/heap_kmem.o $PKGSAV/sys.Series6.kbus.OBJ.heap_kmem.o.$PKGINST
	chmod 000 $PKGSAV/sys.Series6.kbus.OBJ.heap_kmem.o.$PKGINST
fi
if [ -f $BASEDIR/sys/idt/OBJ/heap_kmem.o ]; then
	cp $BASEDIR/sys/idt/OBJ/heap_kmem.o $PKGSAV/sys.idt.OBJ.heap_kmem.o.$PKGINST
	chmod 000 $PKGSAV/sys.idt.OBJ.heap_kmem.o.$PKGINST
fi
if [ -f $BASEDIR/sys/Series6/kbus/OBJ/str_buf.o ]; then
	cp $BASEDIR/sys/Series6/kbus/OBJ/str_buf.o $PKGSAV/sys.Series6.kbus.OBJ.str_buf.o.$PKGINST
	chmod 000 $PKGSAV/sys.Series6.kbus.OBJ.str_buf.o.$PKGINST
fi
if [ -f $BASEDIR/sys/idt/OBJ/str_buf.o ]; then
	cp $BASEDIR/sys/idt/OBJ/str_buf.o $PKGSAV/sys.idt.OBJ.str_buf.o.$PKGINST
	chmod 000 $PKGSAV/sys.idt.OBJ.str_buf.o.$PKGINST
fi
if [ -f $BASEDIR/sys/Series5/kbus/OBJ/str_buf.o ]; then
	cp $BASEDIR/sys/Series5/kbus/OBJ/str_buf.o $PKGSAV/sys.Series5.kbus.OBJ.str_buf.o.$PKGINST
	chmod 000 $PKGSAV/sys.Series5.kbus.OBJ.str_buf.o.$PKGINST
fi
exit 0
