blob: 1215703582962af6173d20cb61e15de83cf493f7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
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
|