From: Nathan Neulinger Date: Wed, 4 Apr 2001 21:27:43 +0000 (+0000) Subject: vfsck-doesnt-build-on-hpux11-20010404 X-Git-Tag: openafs-stable-1_1_0~223 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=3c1176d868311412c3e99018ee3276ec4bd4731c;p=packages%2Fo%2Fopenafs.git vfsck-doesnt-build-on-hpux11-20010404 previous revisions caused it to be attempted to be built --- diff --git a/src/Makefile b/src/Makefile index 54e05b615..fcee72943 100644 --- a/src/Makefile +++ b/src/Makefile @@ -253,7 +253,7 @@ bozo: project ntp audit vfsck: minproject vol set -x; \ case ${SYS_NAME} in \ - sgi_* | *linux* | rs_aix42 | ppc_darwin* | hp_ux102 ) \ + sgi_* | *linux* | rs_aix42 | ppc_darwin* | hp_ux* ) \ echo skip vfsck for ${SYS_NAME} ;; \ * ) \ ${COMPILE_PART1} vfsck ${COMPILE_PART2} ;; \