There was an error while loading. Please reload this page.
1 parent e343965 commit 7805d7eCopy full SHA for 7805d7e
1 file changed
Configure
@@ -2662,10 +2662,15 @@ return(0); }
2662
echo "!!!WARNING!!! Unsupported NetBSD version: $LSOF_VSTR"
2663
echo "!!!WARNING!!! Configuring for NetBSD 10.0"
2664
;;
2665
+ 11.*)
2666
+ LSOF_VERS="11000000"
2667
+ echo "!!!WARNING!!! Unsupported NetBSD version: $LSOF_VSTR"
2668
+ echo "!!!WARNING!!! Configuring for NetBSD 11.0"
2669
+ ;;
2670
*)
2671
echo "Unknown NetBSD release: $LSOF_VSTR"
- echo Assuming NetBSD 10.0
- LSOF_VERS="10000000"
2672
+ echo Assuming NetBSD 11.0
2673
2674
2675
esac # }
2676
fi # }
0 commit comments