--- src/Makefile.inc1 2005/08/02 13:07:50 1.76 +++ src/Makefile.inc1 2005/08/28 07:06:42 1.77 @@ -408,7 +408,7 @@ installcheck: @pw groupshow _pflogd || (echo "You may need to run 'make preupgrade' first"; exit 1) @pw groupshow _ntp || (echo "You may need to run 'make preupgrade' first"; exit 1) .if !defined(DESTDIR) || ${DESTDIR} == "" || ${DESTDIR} == "/" - @case `uname -r` in 1.2*|1.3-*|1.3.0-*|1.3.1-*|1.3.2-*|1.3.3-*) echo "You must upgrade your kernel to at least 1.3.4 and reboot before you can safely installworld, due to stat(2) ABI changes" ; exit 1;; esac + @case `uname -r` in 1.2*|1.3-*|1.3.0-*|1.3.1-*|1.3.2-*|1.3.3-*|1.3.4-*) echo "You must upgrade your kernel to at least 1.3.5 and reboot before you can safely installworld, due to stat(2) and dirent ABI changes" ; exit 1;; esac .endif # distributeworld