1 &  ***********************************************************
 2 &  *                                                         *
 3 &  * Copyright, (C) Honeywell Information Systems Inc., 1982 *
 4 &  *                                                         *
 5 &  ***********************************************************
 6 
 7 &
 8 &
 9 &  HISTORY COMMENTS:
10 &   1) change(86-12-18,Fawcett), approve(86-12-18,PBF7517),
11 &      audit(86-12-18,GDixon), install(87-01-05,MR12.0-1257):
12 &      Remove BOS for MR12.0.
13 &                                                       END HISTORY COMMENTS
14 &
15 &
16 &
17 &  Modified 85 May 7 by Art Beattie to remove add_name commands that referenced
18 &    languages and network libraries.
19 &
20 &command_line off
21 link >system_library_tools>unbundled.object.control
22 link >system_library_tools>unbundled.control
23 link >system_library_tools>tools.object.control
24 link >system_library_tools>tools.control
25 link >system_library_tools>standard.object.control
26 link >system_library_tools>standard.control
27 link >system_library_tools>online_systems.object.control
28 link >system_library_tools>online_systems.control
29 link >system_library_tools>info_files.control
30 link >system_library_tools>include.control
31 link >system_library_tools>hardcore.control
32 link >system_library_tools>hardcore.object.control
33 link >system_library_tools>communications.object.control
34 link >system_library_tools>communications.control
35 add_name unbundled.object.control unb.o.control
36 add_name unbundled.control unb.control
37 add_name tools.object.control t.o.control
38 add_name tools.control t.control
39 add_name standard.object.control sss.o.control
40 add_name standard.control sss.control
41 add_name online_systems.object.control os.o.control
42 add_name online_systems.control os.control
43 add_name info_files.control info.control
44 add_name include.control incl.control
45 add_name hardcore.control hard.control h.control
46 add_name hardcore.object.control hard.o.control h.o.control
47 add_name communications.object.control com.o.control
48 add_name communications.control com.control
49 &quit