diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
commit | fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch) | |
tree | bdda434976bc09c864f2e4fa6f16ba1952b1e555 /unix/gdev/iism75/mkpkg | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'unix/gdev/iism75/mkpkg')
-rw-r--r-- | unix/gdev/iism75/mkpkg | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/unix/gdev/iism75/mkpkg b/unix/gdev/iism75/mkpkg new file mode 100644 index 00000000..97387aec --- /dev/null +++ b/unix/gdev/iism75/mkpkg @@ -0,0 +1,18 @@ +# Mkpkg for the UNIX version of the IIS driver. + +$checkout libsys.a lib$ +$update libsys.a +$checkin libsys.a lib$ +$exit + +libsys.a: + m75put.x iis.h m75.h <mach.h> + zclm75.x m75.h <mach.h> + zopm75.x m75.h <mach.h> + zrdm75.x iis.h m75.h <mach.h> + zstm75.x m75.h <fio.h> <mach.h> + zwrm75.x iis.h m75.h <mach.h> + zwtm75.x m75.h <mach.h> + zzrdii.x m75.h <mach.h> + zzwrii.x m75.h <mach.h> + ; |