cvsignore-happiness-20060801
[openafs.git] / src / wsadmin.src / staff.printer.proto
1 # Copyright 2000, International Business Machines Corporation and others.
2 # All Rights Reserved.
3 #
4 # This software has been released under the terms of the IBM Public
5 # License.  For details, see the LICENSE file in the top-level source
6 # directory or online at http://www.openafs.org/dl/license10.html
7 #
8 # Package prototype for a staff machine which also hosts a printer.
9 #
10
11 #
12 # Base components
13 #
14 %include ${wsadmin}/lib/devel
15 %include ${wsadmin}/src/admin
16 %include ${wsadmin}/lib/base.generic
17
18 #
19 # Machine-specific components
20 #
21 %ifdef  rt_r4
22 %include ${wsadmin}/lib/rt_r4.readwrite
23 %include ${wsadmin}/lib/rt_r4.generic
24 %include ${wsadmin}/lib/rt_r4.printer.generic
25 %include ${wsadmin}/lib/rt_r4.generic.dev
26 %else
27 %include ${wsadmin}/lib/tree.readonly
28 %include ${wsadmin}/lib/tree.generic
29 %include ${wsadmin}/lib/device.generic
30 %endif