-#/* Copyright (C) 1990, 1989 Transarc Corporation - All rights reserved */
-
+# 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
SHELL=/bin/sh
DESTDIR=dest/
cmd: basics comerr
${COMPILE_PART1} cmd ${COMPILE_PART2}
@case ${SYS_NAME} in \
- sgi_6* | sun4x_57 | hp_ux11* ) \
+ sgi_6* | sun4x_57 | sun4x_58 | hp_ux11* ) \
${COMPILE_PART1} cmd ${COMPILE_PART2} install64 ;; \
esac
ntp: project volser
case ${SYS_NAME} in \
+ sun4x_58 ) echo skipping ntp for ${SYS_NAME} ;; \
*linux* ) echo skipping ntp for ${SYS_NAME} ;; \
* ) ${COMPILE_PART1} ntp ${COMPILE_PART2} ;; \
esac
echo skip vfsck for ${SYS_NAME} ;; \
rs_aix42) \
echo skip vfsck for ${SYS_NAME} ;; \
- sun4x_55 ) \
- echo skip vfsck for ${SYS_NAME} ;; \
- sun4x_56 ) \
- echo skip vfsck for ${SYS_NAME} ;; \
- sun4x_57 ) \
+ sun4x_58 ) \
echo skip vfsck for ${SYS_NAME} ;; \
* ) \
${COMPILE_PART1} vfsck ${COMPILE_PART2} ;; \