diff --git a/src/conio/Common.gmake b/src/conio/Common.gmake
index b813b89b8353ab8cc24226587451e74043f84270..53a39c59d74f4163fbfecf7127812b7ee6ffcfe1 100644
--- a/src/conio/Common.gmake
+++ b/src/conio/Common.gmake
@@ -65,11 +65,12 @@ else
  endif
 endif
 
-ifeq ($(os),sunos)
- CIOLIB-MT_LIBS		+=	$(UL_PRE)curses$(UL_SUF)
-else
- CIOLIB-MT_LIBS		+=	$(UL_PRE)ncurses$(UL_SUF)
-endif
+#ifeq ($(os),sunos)
+# CIOLIB-MT_LIBS		+=	$(UL_PRE)curses$(UL_SUF)
+#else
+# CIOLIB-MT_LIBS		+=	$(UL_PRE)ncurses$(UL_SUF)
+#endif
+CIOLIB-MT_LIBS		+=	$(UL_PRE)ncurses$(UL_SUF)
 ifndef NO_X
  ifdef STATIC
   CIOLIB-MT_LIBS		+=	-L$(X_PATH)$(DIRSEP)lib -lX11