diff options
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 |