vfsck-doesnt-build-on-hpux11-20010404

previous revisions caused it to be attempted to be built
This commit is contained in:
Nathan Neulinger 2001-04-04 21:27:43 +00:00 committed by Derrick Brashear
parent d06043cc10
commit 3c1176d868

View File

@ -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} ;; \