Commit Diff


commit - f567d0bfef9318d4c649b0ee026561de30d07532
commit + 8a26417b7abb3158012feb054f944ea32cc46272
blob - eadf4d89a069fff8c0f30df04d332f97f2fc3b21
blob + 7e8c90dcb841c7fb7e07b9867e6978a7e9dedb3c
--- bin/9l
+++ bin/9l
@@ -169,6 +169,9 @@ case "$tag" in
 	userpath=true
 	extralibs="$extralibs -lutil"
 	case "`uname -r`" in
+	5.2.*)
+		extralibs="$extralibs -lkse"
+		;;
 	[5-9].*)
 		extralibs="$extralibs -lpthread"
 		;;