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 /pkg/proto/vol/lib/strip.vol | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'pkg/proto/vol/lib/strip.vol')
-rw-r--r-- | pkg/proto/vol/lib/strip.vol | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pkg/proto/vol/lib/strip.vol b/pkg/proto/vol/lib/strip.vol new file mode 100644 index 00000000..12157035 --- /dev/null +++ b/pkg/proto/vol/lib/strip.vol @@ -0,0 +1,12 @@ +# STRIP.VOL -- Rmfiles command script, used to strip the VOL directory +# of all files not required for ordinary runtime use of the system. + +src -allbut .hlp .hd .men .cl .par .key .dat .mip + +# Sun/IRAF only. +# --------------- +-file bin.f68881/OBJS.arc +-file bin.ffpa/OBJS.arc +-file bin.sparc/OBJS.arc +-file bin.generic/OBJS.arc +-file bin.pg/OBJS.arc |