From 3c1176d868311412c3e99018ee3276ec4bd4731c Mon Sep 17 00:00:00 2001 From: Nathan Neulinger Date: Wed, 4 Apr 2001 21:27:43 +0000 Subject: [PATCH] vfsck-doesnt-build-on-hpux11-20010404 previous revisions caused it to be attempted to be built --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 54e05b6..fcee729 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} ;; \ -- 1.9.4