mirror of
https://git.openafs.org/openafs.git
synced 2025-02-01 14:07:39 +00:00
863b113a4d
tired? on a plane? need some mindless (maybe that's mind-numbing) stuff to work on? clean up licensing and references in code comments. it's big fun.
32 lines
853 B
Plaintext
32 lines
853 B
Plaintext
# Copyright 2000, International Business Machines Corporation and others.
|
|
# All Rights Reserved.
|
|
#
|
|
# This software has been released under the terms of the IBM Public
|
|
# License. For details, see the LICENSE file in the top-level source
|
|
# directory or online at http://www.openafs.org/dl/license10.html
|
|
#
|
|
# Package include file for the sun3_40 specifying use of only read-write
|
|
# volumes.
|
|
#
|
|
%ifndef cell
|
|
%define cell transarc.com
|
|
%endif cell
|
|
|
|
%define common /afs/.${cell}/common
|
|
%define machine /afs/.${cell}/sun3_40
|
|
%define etcdir ${machine}
|
|
|
|
#
|
|
# Compilation destination directories
|
|
#
|
|
%define testdest /afs/.${cell}/sun3_40/usr/afs.test
|
|
%define reldest /afs/.${cell}/sun3_40/usr/afs.rel
|
|
%define devdest /afs/.${cell}/sun3_40/usr/afs.dev
|
|
|
|
#
|
|
# Version directories
|
|
#
|
|
%define afstest ${testdest}
|
|
%define afsrel ${reldest}
|
|
%define afsdev ${devdest}
|