diff options
Diffstat (limited to 'pkg/dataio/reblock/mkpkg')
-rw-r--r-- | pkg/dataio/reblock/mkpkg | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pkg/dataio/reblock/mkpkg b/pkg/dataio/reblock/mkpkg new file mode 100644 index 00000000..5baf1a30 --- /dev/null +++ b/pkg/dataio/reblock/mkpkg @@ -0,0 +1,12 @@ +# Reblock Library + +$checkout libpkg.a ../ +$update libpkg.a +$checkin libpkg.a ../ +$exit + +libpkg.a: + t_reblock.x reblock.com reblock.h <fset.h> <error.h> <ctype.h>\ + <mach.h> + reblock_file.x reblock.com reblock.h <fset.h> <error.h> <mach.h> + ; |